#DEE292

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

Shades of Primrose #DEE292

Tints of Primrose #DEE292

Color information

#DEE292 (or 0xDEE292) is unknown color: approx Primrose. HEX triplet: DE, E2 and 92. RGB value is (222,226,146). Sum of RGB (Red+Green+Blue) = 222+226+146=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE292 is #211D6D. Grayscale: #D8D8D8. Windows color (decimal): -2170222 or 9626334. OLE color: 9626334.

HSL color Cylindrical-coordinate representation of color #DEE292: hue angle of 63º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE292 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB222226146-
CMYK0.0200.350.11
HSL63º57.97%72.94%-
HSV(B)63º35.4%88.63%-
XYZ62.517237.8-
YUV215.6888.67132.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 226 (88.67% from 255) = 38.05%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=37.37%
G=38.05%
B=24.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261460.0200.350.116357.9772.94
HexDEE2922023B3f3a49
Octal3363422222043137772111
Binary11011110111000101001001010010001110111111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE292; }

 p { color: rgb(222,226,146); }

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

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

 a { background-color: rgb(222,226,146); }

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

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

 span { border-color: rgb(222,226,146); }

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