#DDE1BB

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

Shades of Frost #DDE1BB

Tints of Frost #DDE1BB

Color information

#DDE1BB (or 0xDDE1BB) is unknown color: approx Frost. HEX triplet: DD, E1 and BB. RGB value is (221,225,187). Sum of RGB (Red+Green+Blue) = 221+225+187=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BB is #221E44. Grayscale: #DBDBDB. Windows color (decimal): -2235973 or 12313053. OLE color: 12313053.

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

Color convert

RGB221225187-
CMYK0.0200.170.12
HSL66.32º38.78%80.78%-
HSV(B)66.32º16.89%88.24%-
XYZ65.7172.8157.6-
YUV219.47109.67129.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=34.91%
G=35.55%
B=29.54%

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
Decimal2212251870.0200.170.1266.3238.7880.78
HexDDE1BB2011C422751
Octal33534127320211410247121
Binary11011101111000011011101110010001110010000101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1BB; }

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

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

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

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

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

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

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

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