Html Css Color HEX #D7D5F4 Quartz

📋 copy color: '#D7D5F4'

red 215 ◦ green 213 ◦ blue 244

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

Shades of Quartz #D7D5F4

Tints of Quartz #D7D5F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.31%

R = 31.99%
G = 31.7%
B = 36.31%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7D5F4 (or 0xD7D5F4) is known color: Quartz. HEX triplet: D7, D5 and F4. RGB value is (215,213,244). Sum of RGB (Red+Green+Blue) = 215+213+244=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7D5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5F4 is #282A0B. Grayscale: #D9D9D9. Windows color (decimal): -2632204 or 16045527. OLE color: 16045527.

HSL color Cylindrical-coordinate representation of color #D7D5F4: hue angle of 243.87º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D5F4 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 213 244 -
CMYK 0.12 0.13 0 0.04
HSL 243.87º 0.58% 0.9% -
HSV(B) 243.87º 0.13% 0.96% -
XYZ 68.15 68.57 95.23 -
YUV 217.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 215 213 244 0.12 0.13 0 0.04 243.87 0.58 0.9
Hex D7 D5 F4 C D 0 4 F4 3A 5A
Octal 327 325 364 14 15 0 4 364 72 132
Binary 11010111 11010101 11110100 1100 1101 0 100 11110100 111010 1011010

Color Harmonies of #D7D5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D5F4

Black with #D7D5F4

Text Example


Text Example

White with #D7D5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D5F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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