#D6D6EB

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

Shades of Quartz #D6D6EB

Tints of Quartz #D6D6EB

Color information

#D6D6EB (or 0xD6D6EB) is unknown color: approx Quartz. HEX triplet: D6, D6 and EB. RGB value is (214,214,235). Sum of RGB (Red+Green+Blue) = 214+214+235=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D6EB is #292914. Grayscale: #D8D8D8. Windows color (decimal): -2697493 or 15455958. OLE color: 15455958.

HSL color Cylindrical-coordinate representation of color #D6D6EB: hue angle of 240º 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 #D6D6EB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214214235-
CMYK0.090.0900.08
HSL240º34.43%88.04%-
HSV(B)240º8.94%92.16%-
XYZ66.7768.3988.28-
YUV216.39138.5126.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=32.28%
G=32.28%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142142350.090.0900.0824034.4388.04
HexD6D6EB9908f02258
Octal326326353111101036042130
Binary1101011011010110111010111001100101000111100001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6EB; }

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

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

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

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

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

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

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

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