Html Css Color HEX #D3D8FD Quartz

📋 copy color: '#D3D8FD'

red 211 ◦ green 216 ◦ blue 253

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

Shades of Quartz #D3D8FD

Tints of Quartz #D3D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.21%

R = 31.03%
G = 31.76%
B = 37.21%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3D8FD (or 0xD3D8FD) is known color: Quartz. HEX triplet: D3, D8 and FD. RGB value is (211,216,253). Sum of RGB (Red+Green+Blue) = 211+216+253=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D8FD is #2C2702. Grayscale: #DADADA. Windows color (decimal): -2893571 or 16636115. OLE color: 16636115.

HSL color Cylindrical-coordinate representation of color #D3D8FD: hue angle of 232.86º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D8FD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 216 253 -
CMYK 0.17 0.15 0 0.01
HSL 232.86º 0.91% 0.91% -
HSV(B) 232.86º 0.17% 0.99% -
XYZ 69.15 70.05 102.81 -
YUV 218.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 211 216 253 0.17 0.15 0 0.01 232.86 0.91 0.91
Hex D3 D8 FD 11 F 0 1 E9 5B 5B
Octal 323 330 375 21 17 0 1 351 133 133
Binary 11010011 11011000 11111101 10001 1111 0 1 11101001 1011011 1011011

Color Harmonies of #D3D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D8FD

Black with #D3D8FD

Text Example


Text Example

White with #D3D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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