#DDE0BB

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

Shades of Frost #DDE0BB

Tints of Frost #DDE0BB

Color information

#DDE0BB (or 0xDDE0BB) is unknown color: approx Frost. HEX triplet: DD, E0 and BB. RGB value is (221,224,187). Sum of RGB (Red+Green+Blue) = 221+224+187=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0BB is #221F44. Grayscale: #DBDBDB. Windows color (decimal): -2236229 or 12312797. OLE color: 12312797.

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

Color convert

RGB221224187-
CMYK0.0100.170.12
HSL64.86º37.37%80.59%-
HSV(B)64.86º16.52%87.84%-
XYZ65.4472.2757.51-
YUV218.89110.01129.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=34.97%
G=35.44%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241870.0100.170.1264.8637.3780.59
HexDDE0BB1011C412551
Octal33534027310211410145121
Binary1101110111100000101110111010001110010000011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0BB; }

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

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

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

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

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

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

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

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