#DEE195

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

Shades of Primrose #DEE195

Tints of Primrose #DEE195

Color information

#DEE195 (or 0xDEE195) is unknown color: approx Primrose. HEX triplet: DE, E1 and 95. RGB value is (222,225,149). Sum of RGB (Red+Green+Blue) = 222+225+149=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE195 is #211E6A. Grayscale: #D7D7D7. Windows color (decimal): -2170475 or 9822686. OLE color: 9822686.

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

Color convert

RGB222225149-
CMYK0.0100.340.12
HSL62.37º55.88%73.33%-
HSV(B)62.37º33.78%88.24%-
XYZ62.4771.5538.95-
YUV215.4490.51132.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 149 (58.59% from 255) = 25%
R=37.25%
G=37.75%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251490.0100.340.1262.3755.8873.33
HexDEE1951022C3e3849
Octal3363412251042147670111
Binary1101111011100001100101011010001011001111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE195; }

 p { color: rgb(222,225,149); }

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

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

 a { background-color: rgb(222,225,149); }

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

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

 span { border-color: rgb(222,225,149); }

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