#DEE082

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

Shades of Primrose #DEE082

Tints of Primrose #DEE082

Color information

#DEE082 (or 0xDEE082) is unknown color: approx Primrose. HEX triplet: DE, E0 and 82. RGB value is (222,224,130). Sum of RGB (Red+Green+Blue) = 222+224+130=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE082 is #211F7D. Grayscale: #D5D5D5. Windows color (decimal): -2170750 or 8577246. OLE color: 8577246.

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

Color convert

RGB222224130-
CMYK0.0100.420.12
HSL61.28º60.26%69.41%-
HSV(B)61.28º41.96%87.84%-
XYZ60.8170.4531.51-
YUV212.6981.34134.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 224 (87.89% from 255) = 38.89%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=38.54%
G=38.89%
B=22.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241300.0100.420.1261.2860.2669.41
HexDEE082102AC3d3c45
Octal3363402021052147574105
Binary1101111011100000100000101010101011001111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE082; }

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

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

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

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

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

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

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

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