Shades of Quartz #DCE0F9
Tints of Quartz #DCE0F9
RGB
CMYK
RGB Variations
Color information
#DCE0F9 (or 0xDCE0F9) is known color: Quartz. HEX triplet: DC, E0 and F9. RGB value is (220,224,249). Sum of RGB (Red+Green+Blue) = 220+224+249=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F9 is #231F06. Grayscale: #E1E1E1. Windows color (decimal): -2301703 or 16376028. OLE color: 16376028.
HSL color Cylindrical-coordinate representation of color #DCE0F9: hue angle of 231.72º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE0F9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 224 | 249 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.02 |
| HSL | 231.72º | 0.71% | 0.92% | - |
| HSV(B) | 231.72º | 0.12% | 0.98% | - |
| XYZ | 73.27 | 75.37 | 100.31 | - |
| YUV | 225.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 249 | 0.12 | 0.10 | 0 | 0.02 | 231.72 | 0.71 | 0.92 |
| Hex | DC | E0 | F9 | C | A | 0 | 2 | E8 | 47 | 5C |
| Octal | 334 | 340 | 371 | 14 | 12 | 0 | 2 | 350 | 107 | 134 |
| Binary | 11011100 | 11100000 | 11111001 | 1100 | 1010 | 0 | 10 | 11101000 | 1000111 | 1011100 |
Color Harmonies of #DCE0F9
Complementary color
Monochromatic Colors of #DCE0F9
Black with #DCE0F9
Text Example
Text Example
White with #DCE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F9; }
p { color: rgb(220,224,249); }
H1.HeaderClassName
{
color: #DCE0F9;
}
.AnyTagClassName
{
color: #DCE0F9;
}
</style>
background-color css
<style>
a { background-color: #DCE0F9; }
a { background-color: rgb(220,224,249); }
div.DivClassName
{
background-color: #DCE0F9;
}
.BgClassName
{
background-color: #DCE0F9;
}
</style>
border-color css
<style>
span { border-color: #DCE0F9; }
span { border-color: rgb(220,224,249); }
td.TdClassName
{
border-color: #DCE0F9;
}
.TagClassName
{
border-color: #DCE0F9;
}
</style>