#D6D8EB

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

Shades of Quartz #D6D8EB

Tints of Quartz #D6D8EB

Color information

#D6D8EB (or 0xD6D8EB) is unknown color: approx Quartz. HEX triplet: D6, D8 and EB. RGB value is (214,216,235). Sum of RGB (Red+Green+Blue) = 214+216+235=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8EB is #292714. Grayscale: #D9D9D9. Windows color (decimal): -2696981 or 15456470. OLE color: 15456470.

HSL color Cylindrical-coordinate representation of color #D6D8EB: hue angle of 234.29º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D8EB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214216235-
CMYK0.090.0800.08
HSL234.29º34.43%88.04%-
HSV(B)234.29º8.94%92.16%-
XYZ67.2869.4188.45-
YUV217.57137.84125.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.18%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=32.18%
G=32.48%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142162350.090.0800.08234.2934.4388.04
HexD6D8EB9808ea2258
Octal326330353111001035242130
Binary1101011011011000111010111001100001000111010101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8EB; }

 p { color: rgb(214,216,235); }

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

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

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

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

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

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

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