#DCDAF0

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

Shades of Quartz #DCDAF0

Tints of Quartz #DCDAF0

Color information

#DCDAF0 (or 0xDCDAF0) is unknown color: approx Quartz. HEX triplet: DC, DA and F0. RGB value is (220,218,240). Sum of RGB (Red+Green+Blue) = 220+218+240=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF0 is #23250F. Grayscale: #DDDDDD. Windows color (decimal): -2303248 or 15784668. OLE color: 15784668.

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

Color convert

RGB220218240-
CMYK0.080.0900.06
HSL245.45º42.31%89.8%-
HSV(B)245.45º9.17%94.12%-
XYZ70.3171.6592.56-
YUV221.11138.66127.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=32.45%
G=32.15%
B=35.40%

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
Decimal2202182400.080.0900.06245.4542.3189.8
HexDCDAF08906f52a5a
Octal33433236010110636552132
Binary110111001101101011110000100010010110111101011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAF0; }

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

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

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

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

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

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

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

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