#DCD9FC

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

Shades of Quartz #DCD9FC

Tints of Quartz #DCD9FC

Color information

#DCD9FC (or 0xDCD9FC) is unknown color: approx Quartz. HEX triplet: DC, D9 and FC. RGB value is (220,217,252). Sum of RGB (Red+Green+Blue) = 220+217+252=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FC is #232603. Grayscale: #DDDDDD. Windows color (decimal): -2303492 or 16570844. OLE color: 16570844.

HSL color Cylindrical-coordinate representation of color #DCD9FC: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD9FC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220217252-
CMYK0.130.1400.01
HSL245.14º85.37%91.96%-
HSV(B)245.14º13.89%98.82%-
XYZ71.971.87102.18-
YUV221.89144.99126.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=31.93%
G=31.49%
B=36.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202172520.130.1400.01245.1485.3791.96
HexDCD9FCDE01f5555c
Octal334331374151601365125134
Binary11011100110110011111110011011110011111010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9FC; }

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

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

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

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

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

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

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

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