Shades of Quartz #DCDEF7
Tints of Quartz #DCDEF7
RGB
CMYK
RGB Variations
Color information
#DCDEF7 (or 0xDCDEF7) is known color: Quartz. HEX triplet: DC, DE and F7. RGB value is (220,222,247). Sum of RGB (Red+Green+Blue) = 220+222+247=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF7 is #232108. Grayscale: #E0E0E0. Windows color (decimal): -2302217 or 16244444. OLE color: 16244444.
HSL color Cylindrical-coordinate representation of color #DCDEF7: hue angle of 235.56º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDEF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 222 | 247 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.03 |
| HSL | 235.56º | 0.63% | 0.92% | - |
| HSV(B) | 235.56º | 0.11% | 0.97% | - |
| XYZ | 72.42 | 74.17 | 98.5 | - |
| YUV | 224.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 247 | 0.11 | 0.10 | 0 | 0.03 | 235.56 | 0.63 | 0.92 |
| Hex | DC | DE | F7 | B | A | 0 | 3 | EC | 3F | 5C |
| Octal | 334 | 336 | 367 | 13 | 12 | 0 | 3 | 354 | 77 | 134 |
| Binary | 11011100 | 11011110 | 11110111 | 1011 | 1010 | 0 | 11 | 11101100 | 111111 | 1011100 |
Color Harmonies of #DCDEF7
Complementary color
Monochromatic Colors of #DCDEF7
Black with #DCDEF7
Text Example
Text Example
White with #DCDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF7; }
p { color: rgb(220,222,247); }
H1.HeaderClassName
{
color: #DCDEF7;
}
.AnyTagClassName
{
color: #DCDEF7;
}
</style>
background-color css
<style>
a { background-color: #DCDEF7; }
a { background-color: rgb(220,222,247); }
div.DivClassName
{
background-color: #DCDEF7;
}
.BgClassName
{
background-color: #DCDEF7;
}
</style>
border-color css
<style>
span { border-color: #DCDEF7; }
span { border-color: rgb(220,222,247); }
td.TdClassName
{
border-color: #DCDEF7;
}
.TagClassName
{
border-color: #DCDEF7;
}
</style>