#DDE2BE

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

Shades of Frost #DDE2BE

Tints of Frost #DDE2BE

Color information

#DDE2BE (or 0xDDE2BE) is unknown color: approx Frost. HEX triplet: DD, E2 and BE. RGB value is (221,226,190). Sum of RGB (Red+Green+Blue) = 221+226+190=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2BE is #221D41. Grayscale: #DCDCDC. Windows color (decimal): -2235714 or 12509917. OLE color: 12509917.

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

Color convert

RGB221226190-
CMYK0.0200.160.11
HSL68.33º38.3%81.57%-
HSV(B)68.33º15.93%88.63%-
XYZ66.3173.4859.4-
YUV220.4110.84128.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=34.69%
G=35.48%
B=29.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261900.0200.160.1168.3338.381.57
HexDDE2BE2010B442652
Octal33534227620201310446122
Binary11011101111000101011111010010000101110001001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2BE; }

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

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

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

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

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

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

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

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