#DEE8BD

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

Shades of Frost #DEE8BD

Tints of Frost #DEE8BD

Color information

#DEE8BD (or 0xDEE8BD) is unknown color: approx Frost. HEX triplet: DE, E8 and BD. RGB value is (222,232,189). Sum of RGB (Red+Green+Blue) = 222+232+189=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8BD is #211742. Grayscale: #E0E0E0. Windows color (decimal): -2168643 or 12445918. OLE color: 12445918.

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

Color convert

RGB222232189-
CMYK0.0400.190.09
HSL73.95º48.31%82.55%-
HSV(B)73.95º18.53%90.98%-
XYZ68.1776.9259.4-
YUV224.11108.19126.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=34.53%
G=36.08%
B=29.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321890.0400.190.0973.9548.3182.55
HexDEE8BD401394a3053
Octal33635027540231111260123
Binary110111101110100010111101100010011100110010101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8BD; }

 p { color: rgb(222,232,189); }

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

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

 a { background-color: rgb(222,232,189); }

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

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

 span { border-color: rgb(222,232,189); }

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