#DDE0CE

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

Shades of Frost #DDE0CE

Tints of Frost #DDE0CE

Color information

#DDE0CE (or 0xDDE0CE) is unknown color: approx Frost. HEX triplet: DD, E0 and CE. RGB value is (221,224,206). Sum of RGB (Red+Green+Blue) = 221+224+206=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CE is #221F31. Grayscale: #DDDDDD. Windows color (decimal): -2236210 or 13557981. OLE color: 13557981.

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

Color convert

RGB221224206-
CMYK0.0100.080.12
HSL70º22.5%84.31%-
HSV(B)70º8.04%87.84%-
XYZ67.6273.1468.95-
YUV221.05119.51127.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=33.95%
G=34.41%
B=31.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212242060.0100.080.127022.584.31
HexDDE0CE108C461754
Octal33534031610101410627124
Binary11011101111000001100111010100011001000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0CE; }

 p { color: rgb(221,224,206); }

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

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

 a { background-color: rgb(221,224,206); }

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

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

 span { border-color: rgb(221,224,206); }

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