#DDE2BF

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

Shades of Frost #DDE2BF

Tints of Frost #DDE2BF

Color information

#DDE2BF (or 0xDDE2BF) is unknown color: approx Frost. HEX triplet: DD, E2 and BF. RGB value is (221,226,191). Sum of RGB (Red+Green+Blue) = 221+226+191=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BF is #221D40. Grayscale: #DCDCDC. Windows color (decimal): -2235713 or 12575453. OLE color: 12575453.

HSL color Cylindrical-coordinate representation of color #DDE2BF: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDE2BF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB221226191-
CMYK0.0200.150.11
HSL68.57º37.63%81.76%-
HSV(B)68.57º15.49%88.63%-
XYZ66.4273.5359.98-
YUV220.52111.34128.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 191 (75% from 255) = 29.94%
R=34.64%
G=35.42%
B=29.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261910.0200.150.1168.5737.6381.76
HexDDE2BF20FB452652
Octal33534227720171310546122
Binary1101110111100010101111111001111101110001011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2BF; }

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

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

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

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

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

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

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

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