#DDE0CD

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

Shades of Frost #DDE0CD

Tints of Frost #DDE0CD

Color information

#DDE0CD (or 0xDDE0CD) is unknown color: approx Frost. HEX triplet: DD, E0 and CD. RGB value is (221,224,205). Sum of RGB (Red+Green+Blue) = 221+224+205=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CD is #221F32. Grayscale: #DDDDDD. Windows color (decimal): -2236211 or 13492445. OLE color: 13492445.

HSL color Cylindrical-coordinate representation of color #DDE0CD: hue angle of 69.47º 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 #DDE0CD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB221224205-
CMYK0.0100.080.12
HSL69.47º23.46%84.12%-
HSV(B)69.47º8.48%87.84%-
XYZ67.4973.0968.31-
YUV220.94119.01128.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=34%
G=34.46%
B=31.54%

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
Decimal2212242050.0100.080.1269.4723.4684.12
HexDDE0CD108C451754
Octal33534031510101410527124
Binary11011101111000001100110110100011001000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0CD; }

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

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

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

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

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

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

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

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