#D8DCC1

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

Shades of Frost #D8DCC1

Tints of Frost #D8DCC1

Color information

#D8DCC1 (or 0xD8DCC1) is unknown color: approx Frost. HEX triplet: D8, DC and C1. RGB value is (216,220,193). Sum of RGB (Red+Green+Blue) = 216+220+193=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC1 is #27233E. Grayscale: #D7D7D7. Windows color (decimal): -2564927 or 12704984. OLE color: 12704984.

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

Color convert

RGB216220193-
CMYK0.0200.120.14
HSL68.89º27.84%80.98%-
HSV(B)68.89º12.27%86.27%-
XYZ63.5469.6460.54-
YUV215.73115.17128.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=34.34%
G=34.98%
B=30.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201930.0200.120.1468.8927.8480.98
HexD8DCC120CE451c51
Octal33033430120141610534121
Binary110110001101110011000001100110011101000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCC1; }

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

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

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

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

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

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

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

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