Shades of Quartz #DCDEF0
Tints of Quartz #DCDEF0
RGB
CMYK
RGB Variations
Color information
#DCDEF0 (or 0xDCDEF0) is known color: Quartz. HEX triplet: DC, DE and F0. RGB value is (220,222,240). Sum of RGB (Red+Green+Blue) = 220+222+240=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF0 is #23210F. Grayscale: #DFDFDF. Windows color (decimal): -2302224 or 15785692. OLE color: 15785692.
HSL color Cylindrical-coordinate representation of color #DCDEF0: hue angle of 234º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDEF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 222 | 240 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.06 |
| HSL | 234º | 0.4% | 0.9% | - |
| HSV(B) | 234º | 0.08% | 0.94% | - |
| XYZ | 71.36 | 73.75 | 92.91 | - |
| YUV | 223.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 240 | 0.08 | 0.08 | 0 | 0.06 | 234 | 0.4 | 0.9 |
| Hex | DC | DE | F0 | 8 | 8 | 0 | 6 | EA | 28 | 5A |
| Octal | 334 | 336 | 360 | 10 | 10 | 0 | 6 | 352 | 50 | 132 |
| Binary | 11011100 | 11011110 | 11110000 | 1000 | 1000 | 0 | 110 | 11101010 | 101000 | 1011010 |
Color Harmonies of #DCDEF0
Complementary color
Monochromatic Colors of #DCDEF0
Black with #DCDEF0
Text Example
Text Example
White with #DCDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF0; }
p { color: rgb(220,222,240); }
H1.HeaderClassName
{
color: #DCDEF0;
}
.AnyTagClassName
{
color: #DCDEF0;
}
</style>
background-color css
<style>
a { background-color: #DCDEF0; }
a { background-color: rgb(220,222,240); }
div.DivClassName
{
background-color: #DCDEF0;
}
.BgClassName
{
background-color: #DCDEF0;
}
</style>
border-color css
<style>
span { border-color: #DCDEF0; }
span { border-color: rgb(220,222,240); }
td.TdClassName
{
border-color: #DCDEF0;
}
.TagClassName
{
border-color: #DCDEF0;
}
</style>