#DDE0BF

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

Shades of Frost #DDE0BF

Tints of Frost #DDE0BF

Color information

#DDE0BF (or 0xDDE0BF) is unknown color: approx Frost. HEX triplet: DD, E0 and BF. RGB value is (221,224,191). Sum of RGB (Red+Green+Blue) = 221+224+191=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BF is #221F40. Grayscale: #DBDBDB. Windows color (decimal): -2236225 or 12574941. OLE color: 12574941.

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

Color convert

RGB221224191-
CMYK0.0100.150.12
HSL65.45º34.74%81.37%-
HSV(B)65.45º14.73%87.84%-
XYZ65.8872.4559.8-
YUV219.34112.01129.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 191 (75% from 255) = 30.03%
R=34.75%
G=35.22%
B=30.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241910.0100.150.1265.4534.7481.37
HexDDE0BF10FC412351
Octal33534027710171410143121
Binary110111011110000010111111101111110010000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0BF; }

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

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

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

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

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

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

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

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