#D8DBC5

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

Shades of Frost #D8DBC5

Tints of Frost #D8DBC5

Color information

#D8DBC5 (or 0xD8DBC5) is unknown color: approx Frost. HEX triplet: D8, DB and C5. RGB value is (216,219,197). Sum of RGB (Red+Green+Blue) = 216+219+197=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC5 is #27243A. Grayscale: #D7D7D7. Windows color (decimal): -2565179 or 12966872. OLE color: 12966872.

HSL color Cylindrical-coordinate representation of color #D8DBC5: hue angle of 68.18º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DBC5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB216219197-
CMYK0.0100.100.14
HSL68.18º23.4%81.57%-
HSV(B)68.18º10.05%85.88%-
XYZ63.7369.2962.84-
YUV215.6117.51128.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=34.18%
G=34.65%
B=31.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191970.0100.100.1468.1823.481.57
HexD8DBC510AE441752
Octal33033330510121610427122
Binary11011000110110111100010110101011101000100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBC5; }

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

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

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

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

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

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

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

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