#DEE29D

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

Shades of Primrose #DEE29D

Tints of Primrose #DEE29D

Color information

#DEE29D (or 0xDEE29D) is unknown color: approx Primrose. HEX triplet: DE, E2 and 9D. RGB value is (222,226,157). Sum of RGB (Red+Green+Blue) = 222+226+157=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE29D is #211D62. Grayscale: #D9D9D9. Windows color (decimal): -2170211 or 10347230. OLE color: 10347230.

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

Color convert

RGB222226157-
CMYK0.0200.310.11
HSL63.48º54.33%75.1%-
HSV(B)63.48º30.53%88.63%-
XYZ63.4172.3642.52-
YUV216.9494.17131.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=36.69%
G=37.36%
B=25.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261570.0200.310.1163.4854.3375.1
HexDEE29D201FB3f364b
Octal3363422352037137766113
Binary1101111011100010100111011001111110111111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE29D; }

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

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

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

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

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

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

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

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