#D8DCC0

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

Shades of Frost #D8DCC0

Tints of Frost #D8DCC0

Color information

#D8DCC0 (or 0xD8DCC0) is unknown color: approx Frost. HEX triplet: D8, DC and C0. RGB value is (216,220,192). Sum of RGB (Red+Green+Blue) = 216+220+192=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC0 is #27233F. Grayscale: #D7D7D7. Windows color (decimal): -2564928 or 12639448. OLE color: 12639448.

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

Color convert

RGB216220192-
CMYK0.0200.130.14
HSL68.57º28.57%80.78%-
HSV(B)68.57º12.73%86.27%-
XYZ63.4369.5959.96-
YUV215.61114.67128.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=34.39%
G=35.03%
B=30.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201920.0200.130.1468.5728.5780.78
HexD8DCC020DE451d51
Octal33033430020151610535121
Binary110110001101110011000000100110111101000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCC0; }

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

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

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

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

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

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

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

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