Shades of Quartz #DCDAE5
Tints of Quartz #DCDAE5
RGB
CMYK
RGB Variations
Color information
#DCDAE5 (or 0xDCDAE5) is known color: Quartz. HEX triplet: DC, DA and E5. RGB value is (220,218,229). Sum of RGB (Red+Green+Blue) = 220+218+229=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAE5 is #23251A. Grayscale: #DBDBDB. Windows color (decimal): -2303259 or 15063772. OLE color: 15063772.
HSL color Cylindrical-coordinate representation of color #DCDAE5: hue angle of 250.91º degrees, saturation: 0.17, 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 #DCDAE5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 218 | 229 | - |
CMYK | 0.04 | 0.05 | 0 | 0.10 |
HSL | 250.91º | 0.17% | 0.88% | - |
HSV(B) | 250.91º | 0.05% | 0.9% | - |
XYZ | 68.73 | 71.02 | 84.21 | - |
YUV | 219.85 | 133.16 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 229 | 0.04 | 0.05 | 0 | 0.10 | 250.91 | 0.17 | 0.88 |
Hex | DC | DA | E5 | 4 | 5 | 0 | A | FB | 11 | 58 |
Octal | 334 | 332 | 345 | 4 | 5 | 0 | 12 | 373 | 21 | 130 |
Binary | 11011100 | 11011010 | 11100101 | 100 | 101 | 0 | 1010 | 11111011 | 10001 | 1011000 |
Color Harmonies of #DCDAE5
Complementary color
Monochromatic Colors of #DCDAE5
Black with #DCDAE5
Text Example
Text Example
White with #DCDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAE5; }
p { color: rgb(220,218,229); }
H1.HeaderClassName
{
color: #DCDAE5;
}
.AnyTagClassName
{
color: #DCDAE5;
}
</style>
background-color css
<style>
a { background-color: #DCDAE5; }
a { background-color: rgb(220,218,229); }
div.DivClassName
{
background-color: #DCDAE5;
}
.BgClassName
{
background-color: #DCDAE5;
}
</style>
border-color css
<style>
span { border-color: #DCDAE5; }
span { border-color: rgb(220,218,229); }
td.TdClassName
{
border-color: #DCDAE5;
}
.TagClassName
{
border-color: #DCDAE5;
}
</style>