#D6D2E7

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

Shades of Quartz #D6D2E7

Tints of Quartz #D6D2E7

Color information

#D6D2E7 (or 0xD6D2E7) is unknown color: approx Quartz. HEX triplet: D6, D2 and E7. RGB value is (214,210,231). Sum of RGB (Red+Green+Blue) = 214+210+231=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6D2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2E7 is #292D18. Grayscale: #D5D5D5. Windows color (decimal): -2698521 or 15192790. OLE color: 15192790.

HSL color Cylindrical-coordinate representation of color #D6D2E7: hue angle of 251.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D2E7 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214210231-
CMYK0.070.0900.09
HSL251.43º30.43%86.47%-
HSV(B)251.43º9.09%90.59%-
XYZ65.266.1684.93-
YUV213.59137.83128.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=32.67%
G=32.06%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142102310.070.0900.09251.4330.4386.47
HexD6D2E77909fb1e56
Octal32632234771101137336126
Binary11010110110100101110011111110010100111111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2E7; }

 p { color: rgb(214,210,231); }

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

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

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

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

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

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

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