#DDE1BA

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

Shades of Frost #DDE1BA

Tints of Frost #DDE1BA

Color information

#DDE1BA (or 0xDDE1BA) is unknown color: approx Frost. HEX triplet: DD, E1 and BA. RGB value is (221,225,186). Sum of RGB (Red+Green+Blue) = 221+225+186=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BA is #221E45. Grayscale: #DBDBDB. Windows color (decimal): -2235974 or 12247517. OLE color: 12247517.

HSL color Cylindrical-coordinate representation of color #DDE1BA: hue angle of 66.15º degrees, saturation: 0.39, 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 #DDE1BA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB221225186-
CMYK0.0200.170.12
HSL66.15º39.39%80.59%-
HSV(B)66.15º17.33%88.24%-
XYZ65.6172.7757.04-
YUV219.36109.17129.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=34.97%
G=35.60%
B=29.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251860.0200.170.1266.1539.3980.59
HexDDE1BA2011C422751
Octal33534127220211410247121
Binary11011101111000011011101010010001110010000101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1BA; }

 p { color: rgb(221,225,186); }

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

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

 a { background-color: rgb(221,225,186); }

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

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

 span { border-color: rgb(221,225,186); }

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