#DDE4C0

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

Shades of Frost #DDE4C0

Tints of Frost #DDE4C0

Color information

#DDE4C0 (or 0xDDE4C0) is unknown color: approx Frost. HEX triplet: DD, E4 and C0. RGB value is (221,228,192). Sum of RGB (Red+Green+Blue) = 221+228+192=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4C0 is #221B3F. Grayscale: #DDDDDD. Windows color (decimal): -2235200 or 12641501. OLE color: 12641501.

HSL color Cylindrical-coordinate representation of color #DDE4C0: hue angle of 71.67º degrees, saturation: 0.4, 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 #DDE4C0 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB221228192-
CMYK0.0300.160.11
HSL71.67º40%82.35%-
HSV(B)71.67º15.79%89.41%-
XYZ67.0874.6660.75-
YUV221.8111.18127.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=34.48%
G=35.57%
B=29.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281920.0300.160.1171.674082.35
HexDDE4C03010B482852
Octal33534430030201311050122
Binary11011101111001001100000011010000101110010001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4C0; }

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

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

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

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

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

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

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

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