Html Css Color HEX #D6D1ED Quartz

📋 copy color: '#D6D1ED'

red 214 ◦ green 209 ◦ blue 237

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

Shades of Quartz #D6D1ED

Tints of Quartz #D6D1ED

RGB

 RED value IS 214 (83.98% from 255) = 32.42%

 GREEN value IS 209 (82.03% from 255) = 31.67%

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 32.42%
G = 31.67%
B = 35.91%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6D1ED (or 0xD6D1ED) is known color: Quartz. HEX triplet: D6, D1 and ED. RGB value is (214,209,237). Sum of RGB (Red+Green+Blue) = 214+209+237=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1ED is #292E12. Grayscale: #D5D5D5. Windows color (decimal): -2698771 or 15585750. OLE color: 15585750.

HSL color Cylindrical-coordinate representation of color #D6D1ED: hue angle of 250.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D1ED is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 209 237 -
CMYK 0.10 0.12 0 0.07
HSL 250.71º 0.44% 0.87% -
HSV(B) 250.71º 0.12% 0.93% -
XYZ 65.82 66.01 89.39 -
YUV 213.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 214 209 237 0.10 0.12 0 0.07 250.71 0.44 0.87
Hex D6 D1 ED A C 0 7 FB 2C 57
Octal 326 321 355 12 14 0 7 373 54 127
Binary 11010110 11010001 11101101 1010 1100 0 111 11111011 101100 1010111

Color Harmonies of #D6D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1ED

Black with #D6D1ED

Text Example


Text Example

White with #D6D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1ED; }

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

 H1.HeaderClassName
 {
   color: #D6D1ED;
 }
 .AnyTagClassName
 {
   color: #D6D1ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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