Shades of Quartz #DCE0F3
Tints of Quartz #DCE0F3
RGB
CMYK
RGB Variations
Color information
#DCE0F3 (or 0xDCE0F3) is known color: Quartz. HEX triplet: DC, E0 and F3. RGB value is (220,224,243). Sum of RGB (Red+Green+Blue) = 220+224+243=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F3 is #231F0C. Grayscale: #E0E0E0. Windows color (decimal): -2301709 or 15982812. OLE color: 15982812.
HSL color Cylindrical-coordinate representation of color #DCE0F3: hue angle of 229.57º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE0F3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 224 | 243 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.05 |
| HSL | 229.57º | 0.49% | 0.91% | - |
| HSV(B) | 229.57º | 0.09% | 0.95% | - |
| XYZ | 72.35 | 75 | 95.46 | - |
| YUV | 224.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 243 | 0.09 | 0.08 | 0 | 0.05 | 229.57 | 0.49 | 0.91 |
| Hex | DC | E0 | F3 | 9 | 8 | 0 | 5 | E6 | 31 | 5B |
| Octal | 334 | 340 | 363 | 11 | 10 | 0 | 5 | 346 | 61 | 133 |
| Binary | 11011100 | 11100000 | 11110011 | 1001 | 1000 | 0 | 101 | 11100110 | 110001 | 1011011 |
Color Harmonies of #DCE0F3
Complementary color
Monochromatic Colors of #DCE0F3
Black with #DCE0F3
Text Example
Text Example
White with #DCE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F3; }
p { color: rgb(220,224,243); }
H1.HeaderClassName
{
color: #DCE0F3;
}
.AnyTagClassName
{
color: #DCE0F3;
}
</style>
background-color css
<style>
a { background-color: #DCE0F3; }
a { background-color: rgb(220,224,243); }
div.DivClassName
{
background-color: #DCE0F3;
}
.BgClassName
{
background-color: #DCE0F3;
}
</style>
border-color css
<style>
span { border-color: #DCE0F3; }
span { border-color: rgb(220,224,243); }
td.TdClassName
{
border-color: #DCE0F3;
}
.TagClassName
{
border-color: #DCE0F3;
}
</style>