Html Css Color HEX #D1D7FB Quartz

📋 copy color: '#D1D7FB'

red 209 ◦ green 215 ◦ blue 251

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

Shades of Quartz #D1D7FB

Tints of Quartz #D1D7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 30.96%
G = 31.85%
B = 37.19%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1D7FB (or 0xD1D7FB) is known color: Quartz. HEX triplet: D1, D7 and FB. RGB value is (209,215,251). Sum of RGB (Red+Green+Blue) = 209+215+251=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D7FB is #2E2804. Grayscale: #D9D9D9. Windows color (decimal): -3024901 or 16504785. OLE color: 16504785.

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

Color convert

RGB 209 215 251 -
CMYK 0.17 0.14 0 0.02
HSL 231.43º 0.84% 0.9% -
HSV(B) 231.43º 0.17% 0.98% -
XYZ 68.01 69.12 101.02 -
YUV 217.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 209 215 251 0.17 0.14 0 0.02 231.43 0.84 0.9
Hex D1 D7 FB 11 E 0 2 E7 54 5A
Octal 321 327 373 21 16 0 2 347 124 132
Binary 11010001 11010111 11111011 10001 1110 0 10 11100111 1010100 1011010

Color Harmonies of #D1D7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7FB

Black with #D1D7FB

Text Example


Text Example

White with #D1D7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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