Html Css Color HEX #D7D5F8 Quartz

📋 copy color: '#D7D5F8'

red 215 ◦ green 213 ◦ blue 248

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

Shades of Quartz #D7D5F8

Tints of Quartz #D7D5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.69%

R = 31.8%
G = 31.51%
B = 36.69%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D7D5F8 (or 0xD7D5F8) is known color: Quartz. HEX triplet: D7, D5 and F8. RGB value is (215,213,248). Sum of RGB (Red+Green+Blue) = 215+213+248=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7D5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5F8 is #282A07. Grayscale: #D9D9D9. Windows color (decimal): -2632200 or 16307671. OLE color: 16307671.

HSL color Cylindrical-coordinate representation of color #D7D5F8: hue angle of 243.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D5F8 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 213 248 -
CMYK 0.13 0.14 0 0.03
HSL 243.43º 0.71% 0.9% -
HSV(B) 243.43º 0.14% 0.97% -
XYZ 68.76 68.81 98.47 -
YUV 217.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 215 213 248 0.13 0.14 0 0.03 243.43 0.71 0.9
Hex D7 D5 F8 D E 0 3 F3 47 5A
Octal 327 325 370 15 16 0 3 363 107 132
Binary 11010111 11010101 11111000 1101 1110 0 11 11110011 1000111 1011010

Color Harmonies of #D7D5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D5F8

Black with #D7D5F8

Text Example


Text Example

White with #D7D5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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