#DCD9FA

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

Shades of Quartz #DCD9FA

Tints of Quartz #DCD9FA

Color information

#DCD9FA (or 0xDCD9FA) is unknown color: approx Quartz. HEX triplet: DC, D9 and FA. RGB value is (220,217,250). Sum of RGB (Red+Green+Blue) = 220+217+250=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 217 (85.16% from 255 or 31.59% 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 #DCD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FA is #232605. Grayscale: #DDDDDD. Windows color (decimal): -2303494 or 16439772. OLE color: 16439772.

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

Color convert

RGB220217250-
CMYK0.120.1300.02
HSL245.45º76.74%91.57%-
HSV(B)245.45º13.2%98.04%-
XYZ71.5871.74100.52-
YUV221.66143.99126.82-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202172500.120.1300.02245.4576.7491.57
HexDCD9FACD02f54d5c
Octal334331372141502365115134
Binary110111001101100111111010110011010101111010110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9FA; }

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

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

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

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

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

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

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

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