#DDE1BE

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

Shades of Frost #DDE1BE

Tints of Frost #DDE1BE

Color information

#DDE1BE (or 0xDDE1BE) is unknown color: approx Frost. HEX triplet: DD, E1 and BE. RGB value is (221,225,190). Sum of RGB (Red+Green+Blue) = 221+225+190=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BE is #221E41. Grayscale: #DBDBDB. Windows color (decimal): -2235970 or 12509661. OLE color: 12509661.

HSL color Cylindrical-coordinate representation of color #DDE1BE: hue angle of 66.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDE1BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB221225190-
CMYK0.0200.160.12
HSL66.86º36.84%81.37%-
HSV(B)66.86º15.56%88.24%-
XYZ66.0472.9459.31-
YUV219.81111.17128.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=34.75%
G=35.38%
B=29.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251900.0200.160.1266.8636.8481.37
HexDDE1BE2010C432551
Octal33534127620201410345121
Binary11011101111000011011111010010000110010000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1BE; }

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

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

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

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

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

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

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

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