Shades of Quartz #DCDAFE
Tints of Quartz #DCDAFE
RGB
CMYK
RGB Variations
Color information
#DCDAFE (or 0xDCDAFE) is known color: Quartz. HEX triplet: DC, DA and FE. RGB value is (220,218,254). Sum of RGB (Red+Green+Blue) = 220+218+254=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFE is #232501. Grayscale: #DEDEDE. Windows color (decimal): -2303234 or 16702172. OLE color: 16702172.
HSL color Cylindrical-coordinate representation of color #DCDAFE: hue angle of 243.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDAFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 218 | 254 | - |
CMYK | 0.13 | 0.14 | 0 | 0.00 |
HSL | 243.33º | 0.95% | 0.93% | - |
HSV(B) | 243.33º | 0.14% | 1% | - |
XYZ | 72.48 | 72.51 | 103.94 | - |
YUV | 222.7 | 145.66 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 254 | 0.13 | 0.14 | 0 | 0.00 | 243.33 | 0.95 | 0.93 |
Hex | DC | DA | FE | D | E | 0 | 0 | F3 | 5F | 5D |
Octal | 334 | 332 | 376 | 15 | 16 | 0 | 0 | 363 | 137 | 135 |
Binary | 11011100 | 11011010 | 11111110 | 1101 | 1110 | 0 | 0 | 11110011 | 1011111 | 1011101 |
Color Harmonies of #DCDAFE
Complementary color
Monochromatic Colors of #DCDAFE
Black with #DCDAFE
Text Example
Text Example
White with #DCDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAFE; }
p { color: rgb(220,218,254); }
H1.HeaderClassName
{
color: #DCDAFE;
}
.AnyTagClassName
{
color: #DCDAFE;
}
</style>
background-color css
<style>
a { background-color: #DCDAFE; }
a { background-color: rgb(220,218,254); }
div.DivClassName
{
background-color: #DCDAFE;
}
.BgClassName
{
background-color: #DCDAFE;
}
</style>
border-color css
<style>
span { border-color: #DCDAFE; }
span { border-color: rgb(220,218,254); }
td.TdClassName
{
border-color: #DCDAFE;
}
.TagClassName
{
border-color: #DCDAFE;
}
</style>