Shades of Quartz #DCE0F4
Tints of Quartz #DCE0F4
RGB
CMYK
RGB Variations
Color information
#DCE0F4 (or 0xDCE0F4) is known color: Quartz. HEX triplet: DC, E0 and F4. RGB value is (220,224,244). Sum of RGB (Red+Green+Blue) = 220+224+244=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0F4 is #231F0B. Grayscale: #E1E1E1. Windows color (decimal): -2301708 or 16048348. OLE color: 16048348.
HSL color Cylindrical-coordinate representation of color #DCE0F4: hue angle of 230º degrees, saturation: 0.52, 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 #DCE0F4 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 224 | 244 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.04 |
| HSL | 230º | 0.52% | 0.91% | - |
| HSV(B) | 230º | 0.1% | 0.96% | - |
| XYZ | 72.5 | 75.06 | 96.25 | - |
| YUV | 225.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 244 | 0.10 | 0.08 | 0 | 0.04 | 230 | 0.52 | 0.91 |
| Hex | DC | E0 | F4 | A | 8 | 0 | 4 | E6 | 34 | 5B |
| Octal | 334 | 340 | 364 | 12 | 10 | 0 | 4 | 346 | 64 | 133 |
| Binary | 11011100 | 11100000 | 11110100 | 1010 | 1000 | 0 | 100 | 11100110 | 110100 | 1011011 |
Color Harmonies of #DCE0F4
Complementary color
Monochromatic Colors of #DCE0F4
Black with #DCE0F4
Text Example
Text Example
White with #DCE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0F4; }
p { color: rgb(220,224,244); }
H1.HeaderClassName
{
color: #DCE0F4;
}
.AnyTagClassName
{
color: #DCE0F4;
}
</style>
background-color css
<style>
a { background-color: #DCE0F4; }
a { background-color: rgb(220,224,244); }
div.DivClassName
{
background-color: #DCE0F4;
}
.BgClassName
{
background-color: #DCE0F4;
}
</style>
border-color css
<style>
span { border-color: #DCE0F4; }
span { border-color: rgb(220,224,244); }
td.TdClassName
{
border-color: #DCE0F4;
}
.TagClassName
{
border-color: #DCE0F4;
}
</style>