#D8DDC0

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

Shades of Frost #D8DDC0

Tints of Frost #D8DDC0

Color information

#D8DDC0 (or 0xD8DDC0) is unknown color: approx Frost. HEX triplet: D8, DD and C0. RGB value is (216,221,192). Sum of RGB (Red+Green+Blue) = 216+221+192=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC0 is #27223F. Grayscale: #D8D8D8. Windows color (decimal): -2564672 or 12639704. OLE color: 12639704.

HSL color Cylindrical-coordinate representation of color #D8DDC0: hue angle of 70.34º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DDC0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB216221192-
CMYK0.0200.130.13
HSL70.34º29.9%80.98%-
HSV(B)70.34º13.12%86.67%-
XYZ63.6970.1260.05-
YUV216.2114.34127.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=34.34%
G=35.14%
B=30.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211920.0200.130.1370.3429.980.98
HexD8DDC020DD461e51
Octal33033530020151510636121
Binary110110001101110111000000100110111011000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDC0; }

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

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

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

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

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

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

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

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