Html Css Color HEX #D7D3EB Quartz

📋 copy color: '#D7D3EB'

red 215 ◦ green 211 ◦ blue 235

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

Shades of Quartz #D7D3EB

Tints of Quartz #D7D3EB

RGB

 RED value IS 215 (84.38% from 255) = 32.53%

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

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

R = 32.53%
G = 31.92%
B = 35.55%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7D3EB (or 0xD7D3EB) is known color: Quartz. HEX triplet: D7, D3 and EB. RGB value is (215,211,235). Sum of RGB (Red+Green+Blue) = 215+211+235=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3EB is #282C14. Grayscale: #D6D6D6. Windows color (decimal): -2632725 or 15455191. OLE color: 15455191.

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

Color convert

RGB 215 211 235 -
CMYK 0.09 0.10 0 0.08
HSL 250º 0.38% 0.87% -
HSV(B) 250º 0.1% 0.92% -
XYZ 66.31 67.03 88.04 -
YUV 214.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 215 211 235 0.09 0.10 0 0.08 250 0.38 0.87
Hex D7 D3 EB 9 A 0 8 FA 26 57
Octal 327 323 353 11 12 0 10 372 46 127
Binary 11010111 11010011 11101011 1001 1010 0 1000 11111010 100110 1010111

Color Harmonies of #D7D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D3EB

Black with #D7D3EB

Text Example


Text Example

White with #D7D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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