#D8DACB

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

Shades of Frost #D8DACB

Tints of Frost #D8DACB

Color information

#D8DACB (or 0xD8DACB) is unknown color: approx Frost. HEX triplet: D8, DA and CB. RGB value is (216,218,203). Sum of RGB (Red+Green+Blue) = 216+218+203=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DACB is #272534. Grayscale: #D7D7D7. Windows color (decimal): -2565429 or 13359832. OLE color: 13359832.

HSL color Cylindrical-coordinate representation of color #D8DACB: hue angle of 68º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DACB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216218203-
CMYK0.0100.070.15
HSL68º16.85%82.55%-
HSV(B)68º6.88%85.49%-
XYZ64.1769.0566.45-
YUV215.69120.84128.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=33.91%
G=34.22%
B=31.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162182030.0100.070.156816.8582.55
HexD8DACB107F441153
Octal3303323131071710421123
Binary1101100011011010110010111011111111000100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DACB; }

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

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

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

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

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

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

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

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