#DEE684

Color #DEE684 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DEE684

Tints of Primrose #DEE684

Color information

#DEE684 (or 0xDEE684) is unknown color: approx Primrose. HEX triplet: DE, E6 and 84. RGB value is (222,230,132). Sum of RGB (Red+Green+Blue) = 222+230+132=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE684 is #21197B. Grayscale: #D8D8D8. Windows color (decimal): -2169212 or 8709854. OLE color: 8709854.

HSL color Cylindrical-coordinate representation of color #DEE684: hue angle of 64.9º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE684 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB222230132-
CMYK0.0300.430.10
HSL64.9º66.22%70.98%-
HSV(B)64.9º42.61%90.2%-
XYZ62.5973.7932.77-
YUV216.4480.35131.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=38.01%
G=39.38%
B=22.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301320.0300.430.1064.966.2270.98
HexDEE684302BA414247
Octal336346204305312101102107
Binary1101111011100110100001001101010111010100000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE684; }

 p { color: rgb(222,230,132); }

 H1.HeaderClassName
 {
   color: #DEE684;
 }
 .AnyTagClassName
 {
   color: #DEE684;
 }
</style>
background-color css

<style>
 a { background-color: #DEE684; }

 a { background-color: rgb(222,230,132); }

 div.DivClassName
 {
   background-color: #DEE684;
 }
 .BgClassName
 {
   background-color: #DEE684;
 }
</style>
border-color css

<style>
 span { border-color: #DEE684; }

 span { border-color: rgb(222,230,132); }

 td.TdClassName
 {
   border-color: #DEE684;
 }
 .TagClassName
 {
   border-color: #DEE684;
 }
</style>