#D8DAC5

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

Shades of Frost #D8DAC5

Tints of Frost #D8DAC5

Color information

#D8DAC5 (or 0xD8DAC5) is unknown color: approx Frost. HEX triplet: D8, DA and C5. RGB value is (216,218,197). Sum of RGB (Red+Green+Blue) = 216+218+197=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAC5 is #27253A. Grayscale: #D7D7D7. Windows color (decimal): -2565435 or 12966616. OLE color: 12966616.

HSL color Cylindrical-coordinate representation of color #D8DAC5: hue angle of 65.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DAC5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216218197-
CMYK0.0100.100.15
HSL65.71º22.11%81.37%-
HSV(B)65.71º9.63%85.49%-
XYZ63.4768.7762.75-
YUV215.01117.84128.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.23%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 197 (77.34% from 255) = 31.22%
R=34.23%
G=34.55%
B=31.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181970.0100.100.1565.7122.1181.37
HexD8DAC510AF421651
Octal33033230510121710226121
Binary11011000110110101100010110101011111000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAC5; }

 p { color: rgb(216,218,197); }

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

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

 a { background-color: rgb(216,218,197); }

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

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

 span { border-color: rgb(216,218,197); }

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