#D9DDFA

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

Shades of Quartz #D9DDFA

Tints of Quartz #D9DDFA

Color information

#D9DDFA (or 0xD9DDFA) is unknown color: approx Quartz. HEX triplet: D9, DD and FA. RGB value is (217,221,250). Sum of RGB (Red+Green+Blue) = 217+221+250=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFA is #262205. Grayscale: #DEDEDE. Windows color (decimal): -2499078 or 16440793. OLE color: 16440793.

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

Color convert

RGB217221250-
CMYK0.130.1200.02
HSL232.73º76.74%91.57%-
HSV(B)232.73º13.2%98.04%-
XYZ71.7373.37100.82-
YUV223.11143.17123.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=31.54%
G=32.12%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172212500.130.1200.02232.7376.7491.57
HexD9DDFADC02e94d5c
Octal331335372151402351115134
Binary110110011101110111111010110111000101110100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDFA; }

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

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

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

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

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

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

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

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