#D7DAC5

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

Shades of Frost #D7DAC5

Tints of Frost #D7DAC5

Color information

#D7DAC5 (or 0xD7DAC5) is unknown color: approx Frost. HEX triplet: D7, DA and C5. RGB value is (215,218,197). Sum of RGB (Red+Green+Blue) = 215+218+197=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAC5 is #28253A. Grayscale: #D6D6D6. Windows color (decimal): -2630971 or 12966615. OLE color: 12966615.

HSL color Cylindrical-coordinate representation of color #D7DAC5: hue angle of 68.57º 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 #D7DAC5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB215218197-
CMYK0.0100.100.15
HSL68.57º22.11%81.37%-
HSV(B)68.57º9.63%85.49%-
XYZ63.1768.6262.74-
YUV214.71118.01128.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 197 (77.34% from 255) = 31.27%
R=34.13%
G=34.60%
B=31.27%

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
Decimal2152181970.0100.100.1568.5722.1181.37
HexD7DAC510AF451651
Octal32733230510121710526121
Binary11010111110110101100010110101011111000101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAC5; }

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

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

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

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

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

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

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

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