#DEE097

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

Shades of Primrose #DEE097

Tints of Primrose #DEE097

Color information

#DEE097 (or 0xDEE097) is unknown color: approx Primrose. HEX triplet: DE, E0 and 97. RGB value is (222,224,151). Sum of RGB (Red+Green+Blue) = 222+224+151=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE097 is #211F68. Grayscale: #D7D7D7. Windows color (decimal): -2170729 or 9953502. OLE color: 9953502.

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

Color convert

RGB222224151-
CMYK0.0100.330.12
HSL61.64º54.07%73.53%-
HSV(B)61.64º32.59%87.84%-
XYZ62.3771.0839.71-
YUV215.0891.84132.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 151 (59.38% from 255) = 25.29%
R=37.19%
G=37.52%
B=25.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241510.0100.330.1261.6454.0773.53
HexDEE0971021C3e364a
Octal3363402271041147666112
Binary1101111011100000100101111010000111001111101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE097; }

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

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

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

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

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

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

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

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