#DEE1C9

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

Shades of Frost #DEE1C9

Tints of Frost #DEE1C9

Color information

#DEE1C9 (or 0xDEE1C9) is unknown color: approx Frost. HEX triplet: DE, E1 and C9. RGB value is (222,225,201). Sum of RGB (Red+Green+Blue) = 222+225+201=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1C9 is #211E36. Grayscale: #DDDDDD. Windows color (decimal): -2170423 or 13230558. OLE color: 13230558.

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

Color convert

RGB222225201-
CMYK0.0100.110.12
HSL67.5º28.57%83.53%-
HSV(B)67.5º10.67%88.24%-
XYZ67.5973.665.9-
YUV221.37116.51128.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 201 (78.91% from 255) = 31.02%
R=34.26%
G=34.72%
B=31.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222252010.0100.110.1267.528.5783.53
HexDEE1C910BC441d54
Octal33634131110131410435124
Binary11011110111000011100100110101111001000100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1C9; }

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

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

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

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

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

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

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

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