#DEE6BF

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

Shades of Frost #DEE6BF

Tints of Frost #DEE6BF

Color information

#DEE6BF (or 0xDEE6BF) is unknown color: approx Frost. HEX triplet: DE, E6 and BF. RGB value is (222,230,191). Sum of RGB (Red+Green+Blue) = 222+230+191=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BF is #211940. Grayscale: #DFDFDF. Windows color (decimal): -2169153 or 12576478. OLE color: 12576478.

HSL color Cylindrical-coordinate representation of color #DEE6BF: hue angle of 72.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEE6BF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB222230191-
CMYK0.0300.170.10
HSL72.31º43.82%82.55%-
HSV(B)72.31º16.96%90.2%-
XYZ67.8275.8860.36-
YUV223.16109.85127.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 230 (90.23% from 255) = 35.77%
BLUE value IS 191 (75% from 255) = 29.70%
R=34.53%
G=35.77%
B=29.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301910.0300.170.1072.3143.8282.55
HexDEE6BF3011A482c53
Octal33634627730211211054123
Binary11011110111001101011111111010001101010010001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6BF; }

 p { color: rgb(222,230,191); }

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

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

 a { background-color: rgb(222,230,191); }

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

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

 span { border-color: rgb(222,230,191); }

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