#DDE0CA

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

Shades of Frost #DDE0CA

Tints of Frost #DDE0CA

Color information

#DDE0CA (or 0xDDE0CA) is unknown color: approx Frost. HEX triplet: DD, E0 and CA. RGB value is (221,224,202). Sum of RGB (Red+Green+Blue) = 221+224+202=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CA is #221F35. Grayscale: #DCDCDC. Windows color (decimal): -2236214 or 13295837. OLE color: 13295837.

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

Color convert

RGB221224202-
CMYK0.0100.100.12
HSL68.18º26.19%83.53%-
HSV(B)68.18º9.82%87.84%-
XYZ67.1472.9566.42-
YUV220.6117.51128.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=34.16%
G=34.62%
B=31.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212242020.0100.100.1268.1826.1983.53
HexDDE0CA10AC441a54
Octal33534031210121410432124
Binary11011101111000001100101010101011001000100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0CA; }

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

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

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

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

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

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

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

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