#DEE09A

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

Shades of Primrose #DEE09A

Tints of Primrose #DEE09A

Color information

#DEE09A (or 0xDEE09A) is unknown color: approx Primrose. HEX triplet: DE, E0 and 9A. RGB value is (222,224,154). Sum of RGB (Red+Green+Blue) = 222+224+154=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE09A is #211F65. Grayscale: #D7D7D7. Windows color (decimal): -2170726 or 10150110. OLE color: 10150110.

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

Color convert

RGB222224154-
CMYK0.0100.310.12
HSL61.71º53.03%74.12%-
HSV(B)61.71º31.25%87.84%-
XYZ62.6171.1741.01-
YUV215.4293.34132.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 154 (60.55% from 255) = 25.67%
R=37%
G=37.33%
B=25.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241540.0100.310.1261.7153.0374.12
HexDEE09A101FC3e354a
Octal3363402321037147665112
Binary110111101110000010011010101111111001111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE09A; }

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

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

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

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

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

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

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

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