Shades of Quartz #DEDFE7
Tints of Quartz #DEDFE7
RGB
CMYK
RGB Variations
Color information
#DEDFE7 (or 0xDEDFE7) is known color: Quartz. HEX triplet: DE, DF and E7. RGB value is (222,223,231). Sum of RGB (Red+Green+Blue) = 222+223+231=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFE7 is #212018. Grayscale: #DFDFDF. Windows color (decimal): -2170905 or 15196126. OLE color: 15196126.
HSL color Cylindrical-coordinate representation of color #DEDFE7: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDFE7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 223 | 231 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.09 |
| HSL | 233.33º | 0.16% | 0.89% | - |
| HSV(B) | 233.33º | 0.04% | 0.91% | - |
| XYZ | 70.94 | 74.07 | 86.16 | - |
| YUV | 223.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 231 | 0.04 | 0.03 | 0 | 0.09 | 233.33 | 0.16 | 0.89 |
| Hex | DE | DF | E7 | 4 | 3 | 0 | 9 | E9 | 10 | 59 |
| Octal | 336 | 337 | 347 | 4 | 3 | 0 | 11 | 351 | 20 | 131 |
| Binary | 11011110 | 11011111 | 11100111 | 100 | 11 | 0 | 1001 | 11101001 | 10000 | 1011001 |
Color Harmonies of #DEDFE7
Complementary color
Monochromatic Colors of #DEDFE7
Black with #DEDFE7
Text Example
Text Example
White with #DEDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFE7; }
p { color: rgb(222,223,231); }
H1.HeaderClassName
{
color: #DEDFE7;
}
.AnyTagClassName
{
color: #DEDFE7;
}
</style>
background-color css
<style>
a { background-color: #DEDFE7; }
a { background-color: rgb(222,223,231); }
div.DivClassName
{
background-color: #DEDFE7;
}
.BgClassName
{
background-color: #DEDFE7;
}
</style>
border-color css
<style>
span { border-color: #DEDFE7; }
span { border-color: rgb(222,223,231); }
td.TdClassName
{
border-color: #DEDFE7;
}
.TagClassName
{
border-color: #DEDFE7;
}
</style>