#D8DBC6

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

Shades of Frost #D8DBC6

Tints of Frost #D8DBC6

Color information

#D8DBC6 (or 0xD8DBC6) is unknown color: approx Frost. HEX triplet: D8, DB and C6. RGB value is (216,219,198). Sum of RGB (Red+Green+Blue) = 216+219+198=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC6 is #272439. Grayscale: #D7D7D7. Windows color (decimal): -2565178 or 13032408. OLE color: 13032408.

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

Color convert

RGB216219198-
CMYK0.0100.100.14
HSL68.57º22.58%81.76%-
HSV(B)68.57º9.59%85.88%-
XYZ63.8469.3463.44-
YUV215.71118.01128.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=34.12%
G=34.60%
B=31.28%

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
Decimal2162191980.0100.100.1468.5722.5881.76
HexD8DBC610AE451752
Octal33033330610121610527122
Binary11011000110110111100011010101011101000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBC6; }

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

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

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

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

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

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

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

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