Html Css Color HEX #D8D3EA Quartz

📋 copy color: '#D8D3EA'

red 216 ◦ green 211 ◦ blue 234

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

Shades of Quartz #D8D3EA

Tints of Quartz #D8D3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 32.68%
G = 31.92%
B = 35.4%

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

#D8D3EA (or 0xD8D3EA) is known color: Quartz. HEX triplet: D8, D3 and EA. RGB value is (216,211,234). Sum of RGB (Red+Green+Blue) = 216+211+234=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3EA is #272C15. Grayscale: #D7D7D7. Windows color (decimal): -2567190 or 15389656. OLE color: 15389656.

HSL color Cylindrical-coordinate representation of color #D8D3EA: hue angle of 253.04º degrees, saturation: 0.35, 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 #D8D3EA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 211 234 -
CMYK 0.08 0.10 0 0.08
HSL 253.04º 0.35% 0.87% -
HSV(B) 253.04º 0.1% 0.92% -
XYZ 66.46 67.13 87.3 -
YUV 215.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 216 211 234 0.08 0.10 0 0.08 253.04 0.35 0.87
Hex D8 D3 EA 8 A 0 8 FD 23 57
Octal 330 323 352 10 12 0 10 375 43 127
Binary 11011000 11010011 11101010 1000 1010 0 1000 11111101 100011 1010111

Color Harmonies of #D8D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D3EA

Black with #D8D3EA

Text Example


Text Example

White with #D8D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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