#DCDAEC

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

Shades of Quartz #DCDAEC

Tints of Quartz #DCDAEC

Color information

#DCDAEC (or 0xDCDAEC) is unknown color: approx Quartz. HEX triplet: DC, DA and EC. RGB value is (220,218,236). Sum of RGB (Red+Green+Blue) = 220+218+236=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAEC is #232513. Grayscale: #DCDCDC. Windows color (decimal): -2303252 or 15522524. OLE color: 15522524.

HSL color Cylindrical-coordinate representation of color #DCDAEC: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDAEC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220218236-
CMYK0.070.0800.07
HSL246.67º32.14%89.02%-
HSV(B)246.67º7.63%92.55%-
XYZ69.7371.4189.47-
YUV220.65136.66127.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=32.64%
G=32.34%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202182360.070.0800.07246.6732.1489.02
HexDCDAEC7807f72059
Octal3343323547100736740131
Binary11011100110110101110110011110000111111101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAEC; }

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

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

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

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

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

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

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

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