#DEE282

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

Shades of Primrose #DEE282

Tints of Primrose #DEE282

Color information

#DEE282 (or 0xDEE282) is unknown color: approx Primrose. HEX triplet: DE, E2 and 82. RGB value is (222,226,130). Sum of RGB (Red+Green+Blue) = 222+226+130=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE282 is #211D7D. Grayscale: #D6D6D6. Windows color (decimal): -2170238 or 8577758. OLE color: 8577758.

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

Color convert

RGB222226130-
CMYK0.0200.420.11
HSL62.5º62.34%69.8%-
HSV(B)62.5º42.48%88.63%-
XYZ61.3571.5331.69-
YUV213.8680.67133.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 226 (88.67% from 255) = 39.10%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=38.41%
G=39.10%
B=22.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261300.0200.420.1162.562.3469.8
HexDEE282202AB3e3e46
Octal3363422022052137676106
Binary11011110111000101000001010010101010111111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE282; }

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

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

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

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

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

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

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

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