#DDE4BA

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

Shades of Frost #DDE4BA

Tints of Frost #DDE4BA

Color information

#DDE4BA (or 0xDDE4BA) is unknown color: approx Frost. HEX triplet: DD, E4 and BA. RGB value is (221,228,186). Sum of RGB (Red+Green+Blue) = 221+228+186=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4BA is #221B45. Grayscale: #DDDDDD. Windows color (decimal): -2235206 or 12248285. OLE color: 12248285.

HSL color Cylindrical-coordinate representation of color #DDE4BA: hue angle of 70º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE4BA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB221228186-
CMYK0.0300.180.11
HSL70º43.75%81.18%-
HSV(B)70º18.42%89.41%-
XYZ66.4374.457.31-
YUV221.12108.18127.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=34.80%
G=35.91%
B=29.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281860.0300.180.117043.7581.18
HexDDE4BA3012B462c51
Octal33534427230221310654121
Binary11011101111001001011101011010010101110001101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4BA; }

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

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

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

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

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

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

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

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