Html Css Color HEX #D3D9FA Quartz

📋 copy color: '#D3D9FA'

red 211 ◦ green 217 ◦ blue 250

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

Shades of Quartz #D3D9FA

Tints of Quartz #D3D9FA

RGB

 RED value IS 211 (82.81% from 255) = 31.12%

 GREEN value IS 217 (85.16% from 255) = 32.01%

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

R = 31.12%
G = 32.01%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3D9FA (or 0xD3D9FA) is known color: Quartz. HEX triplet: D3, D9 and FA. RGB value is (211,217,250). Sum of RGB (Red+Green+Blue) = 211+217+250=678 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.12% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D9FA is #2C2605. Grayscale: #DADADA. Windows color (decimal): -2893318 or 16439763. OLE color: 16439763.

HSL color Cylindrical-coordinate representation of color #D3D9FA: hue angle of 230.77º 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 #D3D9FA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 217 250 -
CMYK 0.16 0.13 0 0.02
HSL 230.77º 0.8% 0.9% -
HSV(B) 230.77º 0.16% 0.98% -
XYZ 68.93 70.38 100.39 -
YUV 218.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 211 217 250 0.16 0.13 0 0.02 230.77 0.8 0.9
Hex D3 D9 FA 10 D 0 2 E7 50 5A
Octal 323 331 372 20 15 0 2 347 120 132
Binary 11010011 11011001 11111010 10000 1101 0 10 11100111 1010000 1011010

Color Harmonies of #D3D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9FA

Black with #D3D9FA

Text Example


Text Example

White with #D3D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9FA; }

 p { color: rgb(211,217,250); }

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

background-color css

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

 a { background-color: rgb(211,217,250); }

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

border-color css

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

 span { border-color: rgb(211,217,250); }

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