#DEE186

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

Shades of Primrose #DEE186

Tints of Primrose #DEE186

Color information

#DEE186 (or 0xDEE186) is unknown color: approx Primrose. HEX triplet: DE, E1 and 86. RGB value is (222,225,134). Sum of RGB (Red+Green+Blue) = 222+225+134=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE186 is #211E79. Grayscale: #D6D6D6. Windows color (decimal): -2170490 or 8839646. OLE color: 8839646.

HSL color Cylindrical-coordinate representation of color #DEE186: hue angle of 61.98º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE186 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB222225134-
CMYK0.0100.400.12
HSL61.98º60.26%70.39%-
HSV(B)61.98º40.44%88.24%-
XYZ61.3571.133.04-
YUV213.7383.01133.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=38.21%
G=38.73%
B=23.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251340.0100.400.1261.9860.2670.39
HexDEE1861028C3e3c46
Octal3363412061050147674106
Binary1101111011100001100001101010100011001111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE186; }

 p { color: rgb(222,225,134); }

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

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

 a { background-color: rgb(222,225,134); }

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

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

 span { border-color: rgb(222,225,134); }

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