#DDE4BB

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

Shades of Frost #DDE4BB

Tints of Frost #DDE4BB

Color information

#DDE4BB (or 0xDDE4BB) is unknown color: approx Frost. HEX triplet: DD, E4 and BB. RGB value is (221,228,187). Sum of RGB (Red+Green+Blue) = 221+228+187=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BB is #221B44. Grayscale: #DDDDDD. Windows color (decimal): -2235205 or 12313821. OLE color: 12313821.

HSL color Cylindrical-coordinate representation of color #DDE4BB: hue angle of 70.24º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE4BB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB221228187-
CMYK0.0300.180.11
HSL70.24º43.16%81.37%-
HSV(B)70.24º17.98%89.41%-
XYZ66.5374.4557.88-
YUV221.23108.68127.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=34.75%
G=35.85%
B=29.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281870.0300.180.1170.2443.1681.37
HexDDE4BB3012B462b51
Octal33534427330221310653121
Binary11011101111001001011101111010010101110001101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4BB; }

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

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

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

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

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

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

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

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