#DCDAEF

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

Shades of Quartz #DCDAEF

Tints of Quartz #DCDAEF

Color information

#DCDAEF (or 0xDCDAEF) is unknown color: approx Quartz. HEX triplet: DC, DA and EF. RGB value is (220,218,239). Sum of RGB (Red+Green+Blue) = 220+218+239=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEF is #232510. Grayscale: #DCDCDC. Windows color (decimal): -2303249 or 15719132. OLE color: 15719132.

HSL color Cylindrical-coordinate representation of color #DCDAEF: hue angle of 245.71º degrees, saturation: 0.4, 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 #DCDAEF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220218239-
CMYK0.080.0900.06
HSL245.71º39.62%89.61%-
HSV(B)245.71º8.79%93.73%-
XYZ70.1771.5991.78-
YUV220.99138.16127.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=32.50%
G=32.20%
B=35.30%

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
Decimal2202182390.080.0900.06245.7139.6289.61
HexDCDAEF8906f6285a
Octal33433235710110636650132
Binary110111001101101011101111100010010110111101101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAEF; }

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

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

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

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

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

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

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

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