Html Css Color HEX #D8D3EB Quartz

📋 copy color: '#D8D3EB'

red 216 ◦ green 211 ◦ blue 235

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

Shades of Quartz #D8D3EB

Tints of Quartz #D8D3EB

RGB

 RED value IS 216 (84.77% from 255) = 32.63%

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

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 32.63%
G = 31.87%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8D3EB (or 0xD8D3EB) is known color: Quartz. HEX triplet: D8, D3 and EB. RGB value is (216,211,235). Sum of RGB (Red+Green+Blue) = 216+211+235=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3EB is #272C14. Grayscale: #D7D7D7. Windows color (decimal): -2567189 or 15455192. OLE color: 15455192.

HSL color Cylindrical-coordinate representation of color #D8D3EB: hue angle of 252.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D3EB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 211 235 -
CMYK 0.08 0.10 0 0.08
HSL 252.5º 0.38% 0.87% -
HSV(B) 252.5º 0.1% 0.92% -
XYZ 66.61 67.19 88.05 -
YUV 215.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 216 211 235 0.08 0.10 0 0.08 252.5 0.38 0.87
Hex D8 D3 EB 8 A 0 8 FD 26 57
Octal 330 323 353 10 12 0 10 375 46 127
Binary 11011000 11010011 11101011 1000 1010 0 1000 11111101 100110 1010111

Color Harmonies of #D8D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D3EB

Black with #D8D3EB

Text Example


Text Example

White with #D8D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D3EB; }

 p { color: rgb(216,211,235); }

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

background-color css

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

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

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

border-color css

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

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

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