#DCDAE6

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

Shades of Quartz #DCDAE6

Tints of Quartz #DCDAE6

Color information

#DCDAE6 (or 0xDCDAE6) is unknown color: approx Quartz. HEX triplet: DC, DA and E6. RGB value is (220,218,230). Sum of RGB (Red+Green+Blue) = 220+218+230=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAE6 is #232519. Grayscale: #DBDBDB. Windows color (decimal): -2303258 or 15129308. OLE color: 15129308.

HSL color Cylindrical-coordinate representation of color #DCDAE6: hue angle of 250º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDAE6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220218230-
CMYK0.040.0500.10
HSL250º19.35%87.84%-
HSV(B)250º5.22%90.2%-
XYZ68.8771.0784.95-
YUV219.97133.66128.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=32.93%
G=32.63%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202182300.040.0500.1025019.3587.84
HexDCDAE6450Afa1358
Octal3343323464501237223130
Binary1101110011011010111001101001010101011111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAE6; }

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

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

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

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

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

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

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

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