#D9D6ED

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

Shades of Quartz #D9D6ED

Tints of Quartz #D9D6ED

Color information

#D9D6ED (or 0xD9D6ED) is unknown color: approx Quartz. HEX triplet: D9, D6 and ED. RGB value is (217,214,237). Sum of RGB (Red+Green+Blue) = 217+214+237=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D6ED is #262912. Grayscale: #D9D9D9. Windows color (decimal): -2500883 or 15587033. OLE color: 15587033.

HSL color Cylindrical-coordinate representation of color #D9D6ED: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D6ED is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217214237-
CMYK0.080.1000.07
HSL247.83º38.98%88.43%-
HSV(B)247.83º9.7%92.94%-
XYZ67.9568.9689.85-
YUV217.52138.99127.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.49%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=32.49%
G=32.04%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172142370.080.1000.07247.8338.9888.43
HexD9D6ED8A07f82758
Octal33132635510120737047130
Binary110110011101011011101101100010100111111110001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D6ED; }

 p { color: rgb(217,214,237); }

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

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

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

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

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

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

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