#D2D2D8

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

Shades of Quartz #D2D2D8

Tints of Quartz #D2D2D8

Color information

#D2D2D8 (or 0xD2D2D8) is unknown color: approx Quartz. HEX triplet: D2, D2 and D8. RGB value is (210,210,216). Sum of RGB (Red+Green+Blue) = 210+210+216=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2D2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D2D8 is #2D2D27. Grayscale: #D2D2D2. Windows color (decimal): -2960680 or 14209746. OLE color: 14209746.

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

Color convert

RGB210210216-
CMYK0.030.0300.15
HSL240º7.14%83.53%-
HSV(B)240º2.78%84.71%-
XYZ62.0264.7574.2-
YUV210.68131127.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=33.02%
G=33.02%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102102160.030.0300.152407.1483.53
HexD2D2D8330Ff0754
Octal322322330330173607124
Binary110100101101001011011000111101111111100001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D2D8; }

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

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

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

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

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

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

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

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