#D8D8DF

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

Shades of Quartz #D8D8DF

Tints of Quartz #D8D8DF

Color information

#D8D8DF (or 0xD8D8DF) is unknown color: approx Quartz. HEX triplet: D8, D8 and DF. RGB value is (216,216,223). Sum of RGB (Red+Green+Blue) = 216+216+223=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DF is #272720. Grayscale: #D8D8D8. Windows color (decimal): -2565921 or 14670040. OLE color: 14670040.

HSL color Cylindrical-coordinate representation of color #D8D8DF: hue angle of 240º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D8DF is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216216223-
CMYK0.030.0300.13
HSL240º9.86%86.08%-
HSV(B)240º3.14%87.45%-
XYZ66.1969.0479.65-
YUV216.8131.5127.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=32.98%
G=32.98%
B=34.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162162230.030.0300.132409.8686.08
HexD8D8DF330Df0a56
Octal3303303373301536012126
Binary1101100011011000110111111111011011111000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8DF; }

 p { color: rgb(216,216,223); }

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

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

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

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

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

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

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