#DEE795

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

Shades of Primrose #DEE795

Tints of Primrose #DEE795

Color information

#DEE795 (or 0xDEE795) is unknown color: approx Primrose. HEX triplet: DE, E7 and 95. RGB value is (222,231,149). Sum of RGB (Red+Green+Blue) = 222+231+149=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE795 is #21186A. Grayscale: #DBDBDB. Windows color (decimal): -2168939 or 9824222. OLE color: 9824222.

HSL color Cylindrical-coordinate representation of color #DEE795: hue angle of 66.59º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE795 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB222231149-
CMYK0.0400.350.09
HSL66.59º63.08%74.51%-
HSV(B)66.59º35.5%90.59%-
XYZ64.1274.8539.5-
YUV218.9688.52130.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=36.88%
G=38.37%
B=24.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311490.0400.350.0966.5963.0874.51
HexDEE79540239433f4b
Octal33634722540431110377113
Binary1101111011100111100101011000100011100110000111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE795; }

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

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

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

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

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

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

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

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