Shades of Quartz #DCE0F5
Tints of Quartz #DCE0F5
RGB
CMYK
RGB Variations
Color information
#DCE0F5 (or 0xDCE0F5) is known color: Quartz. HEX triplet: DC, E0 and F5. RGB value is (220,224,245). Sum of RGB (Red+Green+Blue) = 220+224+245=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F5 is #231F0A. Grayscale: #E1E1E1. Windows color (decimal): -2301707 or 16113884. OLE color: 16113884.
HSL color Cylindrical-coordinate representation of color #DCE0F5: hue angle of 230.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE0F5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 224 | 245 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.04 |
| HSL | 230.4º | 0.56% | 0.91% | - |
| HSV(B) | 230.4º | 0.1% | 0.96% | - |
| XYZ | 72.65 | 75.12 | 97.06 | - |
| YUV | 225.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 245 | 0.10 | 0.09 | 0 | 0.04 | 230.4 | 0.56 | 0.91 |
| Hex | DC | E0 | F5 | A | 9 | 0 | 4 | E6 | 38 | 5B |
| Octal | 334 | 340 | 365 | 12 | 11 | 0 | 4 | 346 | 70 | 133 |
| Binary | 11011100 | 11100000 | 11110101 | 1010 | 1001 | 0 | 100 | 11100110 | 111000 | 1011011 |
Color Harmonies of #DCE0F5
Complementary color
Monochromatic Colors of #DCE0F5
Black with #DCE0F5
Text Example
Text Example
White with #DCE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F5; }
p { color: rgb(220,224,245); }
H1.HeaderClassName
{
color: #DCE0F5;
}
.AnyTagClassName
{
color: #DCE0F5;
}
</style>
background-color css
<style>
a { background-color: #DCE0F5; }
a { background-color: rgb(220,224,245); }
div.DivClassName
{
background-color: #DCE0F5;
}
.BgClassName
{
background-color: #DCE0F5;
}
</style>
border-color css
<style>
span { border-color: #DCE0F5; }
span { border-color: rgb(220,224,245); }
td.TdClassName
{
border-color: #DCE0F5;
}
.TagClassName
{
border-color: #DCE0F5;
}
</style>