Html Css Color HEX #D9D7FE Quartz

📋 copy color: '#D9D7FE'

red 217 ◦ green 215 ◦ blue 254

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

Shades of Quartz #D9D7FE

Tints of Quartz #D9D7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 31.63%
G = 31.34%
B = 37.03%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9D7FE (or 0xD9D7FE) is known color: Quartz. HEX triplet: D9, D7 and FE. RGB value is (217,215,254). Sum of RGB (Red+Green+Blue) = 217+215+254=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7FE is #262801. Grayscale: #DBDBDB. Windows color (decimal): -2500610 or 16701401. OLE color: 16701401.

HSL color Cylindrical-coordinate representation of color #D9D7FE: hue angle of 243.08º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D7FE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 215 254 -
CMYK 0.15 0.15 0 0.00
HSL 243.08º 0.95% 0.92% -
HSV(B) 243.08º 0.15% 1% -
XYZ 70.81 70.51 103.64 -
YUV 220.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 217 215 254 0.15 0.15 0 0.00 243.08 0.95 0.92
Hex D9 D7 FE F F 0 0 F3 5F 5C
Octal 331 327 376 17 17 0 0 363 137 134
Binary 11011001 11010111 11111110 1111 1111 0 0 11110011 1011111 1011100

Color Harmonies of #D9D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D7FE

Black with #D9D7FE

Text Example


Text Example

White with #D9D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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