#D9DCFA

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

Shades of Quartz #D9DCFA

Tints of Quartz #D9DCFA

Color information

#D9DCFA (or 0xD9DCFA) is unknown color: approx Quartz. HEX triplet: D9, DC and FA. RGB value is (217,220,250). Sum of RGB (Red+Green+Blue) = 217+220+250=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFA is #262305. Grayscale: #DEDEDE. Windows color (decimal): -2499334 or 16440537. OLE color: 16440537.

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

Color convert

RGB217220250-
CMYK0.130.1200.02
HSL234.55º76.74%91.57%-
HSV(B)234.55º13.2%98.04%-
XYZ71.4672.84100.74-
YUV222.52143.51124.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.59%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=31.59%
G=32.02%
B=36.39%

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
Decimal2172202500.130.1200.02234.5576.7491.57
HexD9DCFADC02eb4d5c
Octal331334372151402353115134
Binary110110011101110011111010110111000101110101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCFA; }

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

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

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

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

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

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

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

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