#DDE5BF

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

Shades of Frost #DDE5BF

Tints of Frost #DDE5BF

Color information

#DDE5BF (or 0xDDE5BF) is unknown color: approx Frost. HEX triplet: DD, E5 and BF. RGB value is (221,229,191). Sum of RGB (Red+Green+Blue) = 221+229+191=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5BF is #221A40. Grayscale: #DEDEDE. Windows color (decimal): -2234945 or 12576221. OLE color: 12576221.

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

Color convert

RGB221229191-
CMYK0.0300.170.10
HSL72.63º42.22%82.35%-
HSV(B)72.63º16.59%89.8%-
XYZ67.2475.1760.26-
YUV222.28110.35127.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 29.80%
R=34.48%
G=35.73%
B=29.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291910.0300.170.1072.6342.2282.35
HexDDE5BF3011A492a52
Octal33534527730211211152122
Binary11011101111001011011111111010001101010010011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5BF; }

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

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

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

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

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

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

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

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