Html Css Color HEX #D7D5ED Quartz

📋 copy color: '#D7D5ED'

red 215 ◦ green 213 ◦ blue 237

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

Shades of Quartz #D7D5ED

Tints of Quartz #D7D5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.03%

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

R = 32.33%
G = 32.03%
B = 35.64%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7D5ED (or 0xD7D5ED) is known color: Quartz. HEX triplet: D7, D5 and ED. RGB value is (215,213,237). Sum of RGB (Red+Green+Blue) = 215+213+237=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5ED is #282A12. Grayscale: #D8D8D8. Windows color (decimal): -2632211 or 15586775. OLE color: 15586775.

HSL color Cylindrical-coordinate representation of color #D7D5ED: hue angle of 245º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D5ED is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 213 237 -
CMYK 0.09 0.10 0 0.07
HSL 245º 0.4% 0.88% -
HSV(B) 245º 0.1% 0.93% -
XYZ 67.1 68.15 89.74 -
YUV 216.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 215 213 237 0.09 0.10 0 0.07 245 0.4 0.88
Hex D7 D5 ED 9 A 0 7 F5 28 58
Octal 327 325 355 11 12 0 7 365 50 130
Binary 11010111 11010101 11101101 1001 1010 0 111 11110101 101000 1011000

Color Harmonies of #D7D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D5ED

Black with #D7D5ED

Text Example


Text Example

White with #D7D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D5ED; }

 p { color: rgb(215,213,237); }

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

background-color css

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

 a { background-color: rgb(215,213,237); }

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

border-color css

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

 span { border-color: rgb(215,213,237); }

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