Html Css Color HEX #D7D3F6 Quartz

📋 copy color: '#D7D3F6'

red 215 ◦ green 211 ◦ blue 246

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

Shades of Quartz #D7D3F6

Tints of Quartz #D7D3F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 31.99%
G = 31.4%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7D3F6 (or 0xD7D3F6) is known color: Quartz. HEX triplet: D7, D3 and F6. RGB value is (215,211,246). Sum of RGB (Red+Green+Blue) = 215+211+246=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7D3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3F6 is #282C09. Grayscale: #D8D8D8. Windows color (decimal): -2632714 or 16176087. OLE color: 16176087.

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

Color convert

RGB 215 211 246 -
CMYK 0.13 0.14 0 0.04
HSL 246.86º 0.66% 0.9% -
HSV(B) 246.86º 0.14% 0.96% -
XYZ 67.95 67.69 96.67 -
YUV 216.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 215 211 246 0.13 0.14 0 0.04 246.86 0.66 0.9
Hex D7 D3 F6 D E 0 4 F7 42 5A
Octal 327 323 366 15 16 0 4 367 102 132
Binary 11010111 11010011 11110110 1101 1110 0 100 11110111 1000010 1011010

Color Harmonies of #D7D3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D3F6

Black with #D7D3F6

Text Example


Text Example

White with #D7D3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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