#DDE5BA

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

Shades of Frost #DDE5BA

Tints of Frost #DDE5BA

Color information

#DDE5BA (or 0xDDE5BA) is unknown color: approx Frost. HEX triplet: DD, E5 and BA. RGB value is (221,229,186). Sum of RGB (Red+Green+Blue) = 221+229+186=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5BA is #221A45. Grayscale: #DDDDDD. Windows color (decimal): -2234950 or 12248541. OLE color: 12248541.

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

Color convert

RGB221229186-
CMYK0.0300.190.10
HSL71.16º45.26%81.37%-
HSV(B)71.16º18.78%89.8%-
XYZ66.774.9657.41-
YUV221.71107.85127.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=34.75%
G=36.01%
B=29.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291860.0300.190.1071.1645.2681.37
HexDDE5BA3013A472d51
Octal33534527230231210755121
Binary11011101111001011011101011010011101010001111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5BA; }

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

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

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

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

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

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

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

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