Html Css Color HEX #D3D8FA Quartz

📋 copy color: '#D3D8FA'

red 211 ◦ green 216 ◦ blue 250

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

Shades of Quartz #D3D8FA

Tints of Quartz #D3D8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.91%

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

R = 31.17%
G = 31.91%
B = 36.93%

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

#D3D8FA (or 0xD3D8FA) is known color: Quartz. HEX triplet: D3, D8 and FA. RGB value is (211,216,250). Sum of RGB (Red+Green+Blue) = 211+216+250=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D8FA is #2C2705. Grayscale: #DADADA. Windows color (decimal): -2893574 or 16439507. OLE color: 16439507.

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

Color convert

RGB 211 216 250 -
CMYK 0.16 0.14 0 0.02
HSL 232.31º 0.8% 0.9% -
HSV(B) 232.31º 0.16% 0.98% -
XYZ 68.68 69.86 100.31 -
YUV 218.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 211 216 250 0.16 0.14 0 0.02 232.31 0.8 0.9
Hex D3 D8 FA 10 E 0 2 E8 50 5A
Octal 323 330 372 20 16 0 2 350 120 132
Binary 11010011 11011000 11111010 10000 1110 0 10 11101000 1010000 1011010

Color Harmonies of #D3D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D8FA

Black with #D3D8FA

Text Example


Text Example

White with #D3D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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