Html Css Color HEX #D9D6ED Quartz

📋 copy color: '#D9D6ED'

red 217 ◦ green 214 ◦ blue 237

#D9D6ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #D9D6ED

Tints of Quartz #D9D6ED

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 value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9D6ED (or 0xD9D6ED) is known color: 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

RGB 217 214 237 -
CMYK 0.08 0.10 0 0.07
HSL 247.83º 0.39% 0.88% -
HSV(B) 247.83º 0.1% 0.93% -
XYZ 67.95 68.96 89.85 -
YUV 217.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 217 214 237 0.08 0.10 0 0.07 247.83 0.39 0.88
Hex D9 D6 ED 8 A 0 7 F8 27 58
Octal 331 326 355 10 12 0 7 370 47 130
Binary 11011001 11010110 11101101 1000 1010 0 111 11111000 100111 1011000

Color Harmonies of #D9D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D6ED

Black with #D9D6ED

Text Example


Text Example

White with #D9D6ED

Text Example


Text Example

HTML Codes & Css Web 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>