Html Css Color HEX #D6D3E6 Quartz

📋 copy color: '#D6D3E6'

red 214 ◦ green 211 ◦ blue 230

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

Shades of Quartz #D6D3E6

Tints of Quartz #D6D3E6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.21%

 BLUE value IS 230 (90.23% from 255) = 35.11%

R = 32.67%
G = 32.21%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6D3E6 (or 0xD6D3E6) is known color: Quartz. HEX triplet: D6, D3 and E6. RGB value is (214,211,230). Sum of RGB (Red+Green+Blue) = 214+211+230=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6D3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3E6 is #292C19. Grayscale: #D5D5D5. Windows color (decimal): -2698266 or 15127510. OLE color: 15127510.

HSL color Cylindrical-coordinate representation of color #D6D3E6: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6D3E6 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 211 230 -
CMYK 0.07 0.08 0 0.10
HSL 249.47º 0.28% 0.86% -
HSV(B) 249.47º 0.08% 0.9% -
XYZ 65.31 66.6 84.28 -
YUV 214.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 214 211 230 0.07 0.08 0 0.10 249.47 0.28 0.86
Hex D6 D3 E6 7 8 0 A F9 1C 56
Octal 326 323 346 7 10 0 12 371 34 126
Binary 11010110 11010011 11100110 111 1000 0 1010 11111001 11100 1010110

Color Harmonies of #D6D3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D3E6

Black with #D6D3E6

Text Example


Text Example

White with #D6D3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D3E6; }

 p { color: rgb(214,211,230); }

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

background-color css

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

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

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

border-color css

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

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

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