Shades of Quartz #DCE0F6
Tints of Quartz #DCE0F6
RGB
CMYK
RGB Variations
Color information
#DCE0F6 (or 0xDCE0F6) is known color: Quartz. HEX triplet: DC, E0 and F6. RGB value is (220,224,246). Sum of RGB (Red+Green+Blue) = 220+224+246=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F6 is #231F09. Grayscale: #E1E1E1. Windows color (decimal): -2301706 or 16179420. OLE color: 16179420.
HSL color Cylindrical-coordinate representation of color #DCE0F6: hue angle of 230.77º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE0F6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 224 | 246 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 230.77º | 0.59% | 0.91% | - |
| HSV(B) | 230.77º | 0.11% | 0.96% | - |
| XYZ | 72.81 | 75.18 | 97.86 | - |
| YUV | 225.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 246 | 0.11 | 0.09 | 0 | 0.04 | 230.77 | 0.59 | 0.91 |
| Hex | DC | E0 | F6 | B | 9 | 0 | 4 | E7 | 3B | 5B |
| Octal | 334 | 340 | 366 | 13 | 11 | 0 | 4 | 347 | 73 | 133 |
| Binary | 11011100 | 11100000 | 11110110 | 1011 | 1001 | 0 | 100 | 11100111 | 111011 | 1011011 |
Color Harmonies of #DCE0F6
Complementary color
Monochromatic Colors of #DCE0F6
Black with #DCE0F6
Text Example
Text Example
White with #DCE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F6; }
p { color: rgb(220,224,246); }
H1.HeaderClassName
{
color: #DCE0F6;
}
.AnyTagClassName
{
color: #DCE0F6;
}
</style>
background-color css
<style>
a { background-color: #DCE0F6; }
a { background-color: rgb(220,224,246); }
div.DivClassName
{
background-color: #DCE0F6;
}
.BgClassName
{
background-color: #DCE0F6;
}
</style>
border-color css
<style>
span { border-color: #DCE0F6; }
span { border-color: rgb(220,224,246); }
td.TdClassName
{
border-color: #DCE0F6;
}
.TagClassName
{
border-color: #DCE0F6;
}
</style>