#DDE5BB

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

Shades of Frost #DDE5BB

Tints of Frost #DDE5BB

Color information

#DDE5BB (or 0xDDE5BB) is unknown color: approx Frost. HEX triplet: DD, E5 and BB. RGB value is (221,229,187). Sum of RGB (Red+Green+Blue) = 221+229+187=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5BB is #221A44. Grayscale: #DDDDDD. Windows color (decimal): -2234949 or 12314077. OLE color: 12314077.

HSL color Cylindrical-coordinate representation of color #DDE5BB: hue angle of 71.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE5BB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB221229187-
CMYK0.0300.180.10
HSL71.43º44.68%81.57%-
HSV(B)71.43º18.34%89.8%-
XYZ66.817557.97-
YUV221.82108.35127.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=34.69%
G=35.95%
B=29.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291870.0300.180.1071.4344.6881.57
HexDDE5BB3012A472d52
Octal33534527330221210755122
Binary11011101111001011011101111010010101010001111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5BB; }

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

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

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

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

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

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

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

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