Shades of Quartz #DCDAEF
Tints of Quartz #DCDAEF
RGB
CMYK
RGB Variations
Color information
#DCDAEF (or 0xDCDAEF) is known color: 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
RGB | 220 | 218 | 239 | - |
CMYK | 0.08 | 0.09 | 0 | 0.06 |
HSL | 245.71º | 0.4% | 0.9% | - |
HSV(B) | 245.71º | 0.09% | 0.94% | - |
XYZ | 70.17 | 71.59 | 91.78 | - |
YUV | 220.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 239 | 0.08 | 0.09 | 0 | 0.06 | 245.71 | 0.4 | 0.9 |
Hex | DC | DA | EF | 8 | 9 | 0 | 6 | F6 | 28 | 5A |
Octal | 334 | 332 | 357 | 10 | 11 | 0 | 6 | 366 | 50 | 132 |
Binary | 11011100 | 11011010 | 11101111 | 1000 | 1001 | 0 | 110 | 11110110 | 101000 | 1011010 |
Color Harmonies of #DCDAEF
Complementary color
Monochromatic Colors of #DCDAEF
Black with #DCDAEF
Text Example
Text Example
White with #DCDAEF
Text Example
Text Example
HTML Codes & Css Web 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>