#DCDAF6

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

Shades of Quartz #DCDAF6

Tints of Quartz #DCDAF6

Color information

#DCDAF6 (or 0xDCDAF6) is unknown color: approx Quartz. HEX triplet: DC, DA and F6. RGB value is (220,218,246). Sum of RGB (Red+Green+Blue) = 220+218+246=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF6 is #232509. Grayscale: #DDDDDD. Windows color (decimal): -2303242 or 16177884. OLE color: 16177884.

HSL color Cylindrical-coordinate representation of color #DCDAF6: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDAF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220218246-
CMYK0.110.1100.04
HSL244.29º60.87%90.98%-
HSV(B)244.29º11.38%96.47%-
XYZ71.2272.0197.33-
YUV221.79141.66126.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=32.16%
G=31.87%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202182460.110.1100.04244.2960.8790.98
HexDCDAF6BB04f43d5b
Octal33433236613130436475133
Binary110111001101101011110110101110110100111101001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAF6; }

 p { color: rgb(220,218,246); }

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

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

 a { background-color: rgb(220,218,246); }

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

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

 span { border-color: rgb(220,218,246); }

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