#DCD9EF

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

Shades of Quartz #DCD9EF

Tints of Quartz #DCD9EF

Color information

#DCD9EF (or 0xDCD9EF) is unknown color: approx Quartz. HEX triplet: DC, D9 and EF. RGB value is (220,217,239). Sum of RGB (Red+Green+Blue) = 220+217+239=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EF is #232610. Grayscale: #DCDCDC. Windows color (decimal): -2303505 or 15718876. OLE color: 15718876.

HSL color Cylindrical-coordinate representation of color #DCD9EF: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD9EF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220217239-
CMYK0.080.0900.06
HSL248.18º40.74%89.41%-
HSV(B)248.18º9.21%93.73%-
XYZ69.9171.0791.7-
YUV220.4138.49127.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=32.54%
G=32.10%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202172390.080.0900.06248.1840.7489.41
HexDCD9EF8906f82959
Octal33433135710110637051131
Binary110111001101100111101111100010010110111110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9EF; }

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

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

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

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

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

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

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

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