#DCDAF2

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

Shades of Quartz #DCDAF2

Tints of Quartz #DCDAF2

Color information

#DCDAF2 (or 0xDCDAF2) is unknown color: approx Quartz. HEX triplet: DC, DA and F2. RGB value is (220,218,242). Sum of RGB (Red+Green+Blue) = 220+218+242=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF2 is #23250D. Grayscale: #DDDDDD. Windows color (decimal): -2303246 or 15915740. OLE color: 15915740.

HSL color Cylindrical-coordinate representation of color #DCDAF2: hue angle of 245º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDAF2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220218242-
CMYK0.090.1000.05
HSL245º48%90.2%-
HSV(B)245º9.92%94.9%-
XYZ70.6171.7794.14-
YUV221.33139.66127.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=32.35%
G=32.06%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202182420.090.1000.052454890.2
HexDCDAF29A05f5305a
Octal33433236211120536560132
Binary110111001101101011110010100110100101111101011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAF2; }

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

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

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

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

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

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

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

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