Html Css Color HEX #D1D7FA Quartz

📋 copy color: '#D1D7FA'

red 209 ◦ green 215 ◦ blue 250

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

Shades of Quartz #D1D7FA

Tints of Quartz #D1D7FA

RGB

 RED value IS 209 (82.03% from 255) = 31.01%

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

 BLUE value IS 250 (98.05% from 255) = 37.09%

R = 31.01%
G = 31.9%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1D7FA (or 0xD1D7FA) is known color: Quartz. HEX triplet: D1, D7 and FA. RGB value is (209,215,250). Sum of RGB (Red+Green+Blue) = 209+215+250=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D7FA is #2E2805. Grayscale: #D9D9D9. Windows color (decimal): -3024902 or 16439249. OLE color: 16439249.

HSL color Cylindrical-coordinate representation of color #D1D7FA: hue angle of 231.22º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D7FA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 215 250 -
CMYK 0.16 0.14 0 0.02
HSL 231.22º 0.8% 0.9% -
HSV(B) 231.22º 0.16% 0.98% -
XYZ 67.85 69.06 100.2 -
YUV 217.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 209 215 250 0.16 0.14 0 0.02 231.22 0.8 0.9
Hex D1 D7 FA 10 E 0 2 E7 50 5A
Octal 321 327 372 20 16 0 2 347 120 132
Binary 11010001 11010111 11111010 10000 1110 0 10 11100111 1010000 1011010

Color Harmonies of #D1D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7FA

Black with #D1D7FA

Text Example


Text Example

White with #D1D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7FA; }

 p { color: rgb(209,215,250); }

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

background-color css

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

 a { background-color: rgb(209,215,250); }

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

border-color css

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

 span { border-color: rgb(209,215,250); }

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