#DEE28C

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

Shades of Primrose #DEE28C

Tints of Primrose #DEE28C

Color information

#DEE28C (or 0xDEE28C) is unknown color: approx Primrose. HEX triplet: DE, E2 and 8C. RGB value is (222,226,140). Sum of RGB (Red+Green+Blue) = 222+226+140=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28C is #211D73. Grayscale: #D7D7D7. Windows color (decimal): -2170228 or 9233118. OLE color: 9233118.

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

Color convert

RGB222226140-
CMYK0.0200.380.11
HSL62.79º59.72%71.76%-
HSV(B)62.79º38.05%88.63%-
XYZ62.0571.8235.4-
YUV21585.67132.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=37.76%
G=38.44%
B=23.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261400.0200.380.1162.7959.7271.76
HexDEE28C2026B3f3c48
Octal3363422142046137774110
Binary11011110111000101000110010010011010111111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE28C; }

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

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

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

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

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

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

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

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