Html Css Color HEX #D3D9F9 Quartz

📋 copy color: '#D3D9F9'

red 211 ◦ green 217 ◦ blue 249

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

Shades of Quartz #D3D9F9

Tints of Quartz #D3D9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 31.17%
G = 32.05%
B = 36.78%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3D9F9 (or 0xD3D9F9) is known color: Quartz. HEX triplet: D3, D9 and F9. RGB value is (211,217,249). Sum of RGB (Red+Green+Blue) = 211+217+249=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3D9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D9F9 is #2C2606. Grayscale: #DADADA. Windows color (decimal): -2893319 or 16374227. OLE color: 16374227.

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

Color convert

RGB 211 217 249 -
CMYK 0.15 0.13 0 0.02
HSL 230.53º 0.76% 0.9% -
HSV(B) 230.53º 0.15% 0.98% -
XYZ 68.78 70.31 99.57 -
YUV 218.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 211 217 249 0.15 0.13 0 0.02 230.53 0.76 0.9
Hex D3 D9 F9 F D 0 2 E7 4C 5A
Octal 323 331 371 17 15 0 2 347 114 132
Binary 11010011 11011001 11111001 1111 1101 0 10 11100111 1001100 1011010

Color Harmonies of #D3D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9F9

Black with #D3D9F9

Text Example


Text Example

White with #D3D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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