Html Css Color HEX #D9D7FD Quartz

📋 copy color: '#D9D7FD'

red 217 ◦ green 215 ◦ blue 253

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

Shades of Quartz #D9D7FD

Tints of Quartz #D9D7FD

RGB

 RED value IS 217 (85.16% from 255) = 31.68%

 GREEN value IS 215 (84.38% from 255) = 31.39%

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 31.68%
G = 31.39%
B = 36.93%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9D7FD (or 0xD9D7FD) is known color: Quartz. HEX triplet: D9, D7 and FD. RGB value is (217,215,253). Sum of RGB (Red+Green+Blue) = 217+215+253=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7FD is #262802. Grayscale: #DBDBDB. Windows color (decimal): -2500611 or 16635865. OLE color: 16635865.

HSL color Cylindrical-coordinate representation of color #D9D7FD: hue angle of 243.16º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D7FD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 215 253 -
CMYK 0.14 0.15 0 0.01
HSL 243.16º 0.9% 0.92% -
HSV(B) 243.16º 0.15% 0.99% -
XYZ 70.65 70.44 102.8 -
YUV 219.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 217 215 253 0.14 0.15 0 0.01 243.16 0.9 0.92
Hex D9 D7 FD E F 0 1 F3 5A 5C
Octal 331 327 375 16 17 0 1 363 132 134
Binary 11011001 11010111 11111101 1110 1111 0 1 11110011 1011010 1011100

Color Harmonies of #D9D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D7FD

Black with #D9D7FD

Text Example


Text Example

White with #D9D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D7FD; }

 p { color: rgb(217,215,253); }

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

background-color css

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

 a { background-color: rgb(217,215,253); }

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

border-color css

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

 span { border-color: rgb(217,215,253); }

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