#D9D8FA

Color #D9D8FA Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D9D8FA

Tints of Quartz #D9D8FA

Color information

#D9D8FA (or 0xD9D8FA) is unknown color: approx Quartz. HEX triplet: D9, D8 and FA. RGB value is (217,216,250). Sum of RGB (Red+Green+Blue) = 217+216+250=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8FA is #262705. Grayscale: #DCDCDC. Windows color (decimal): -2500358 or 16439513. OLE color: 16439513.

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

Color convert

RGB217216250-
CMYK0.130.1400.02
HSL241.76º77.27%91.37%-
HSV(B)241.76º13.6%98.04%-
XYZ70.4370.77100.39-
YUV220.18144.83125.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.77%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=31.77%
G=31.63%
B=36.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172162500.130.1400.02241.7677.2791.37
HexD9D8FADE02f24d5b
Octal331330372151602362115133
Binary110110011101100011111010110111100101111001010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8FA; }

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

 H1.HeaderClassName
 {
   color: #D9D8FA;
 }
 .AnyTagClassName
 {
   color: #D9D8FA;
 }
</style>
background-color css

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

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

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

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

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

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