#DEE29B

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

Shades of Primrose #DEE29B

Tints of Primrose #DEE29B

Color information

#DEE29B (or 0xDEE29B) is unknown color: approx Primrose. HEX triplet: DE, E2 and 9B. RGB value is (222,226,155). Sum of RGB (Red+Green+Blue) = 222+226+155=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE29B is #211D64. Grayscale: #D8D8D8. Windows color (decimal): -2170213 or 10216158. OLE color: 10216158.

HSL color Cylindrical-coordinate representation of color #DEE29B: hue angle of 63.38º degrees, saturation: 0.55, 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 #DEE29B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB222226155-
CMYK0.0200.310.11
HSL63.38º55.04%74.71%-
HSV(B)63.38º31.42%88.63%-
XYZ63.2472.2941.63-
YUV216.7193.17131.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=36.82%
G=37.48%
B=25.70%

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
Decimal2222261550.0200.310.1163.3855.0474.71
HexDEE29B201FB3f374b
Octal3363422332037137767113
Binary1101111011100010100110111001111110111111111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE29B; }

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

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

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

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

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

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

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

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