Shades of Quartz #DEDEEE
Tints of Quartz #DEDEEE
RGB
CMYK
RGB Variations
Color information
#DEDEEE (or 0xDEDEEE) is known color: Quartz. HEX triplet: DE, DE and EE. RGB value is (222,222,238). Sum of RGB (Red+Green+Blue) = 222+222+238=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEEE is #212111. Grayscale: #DFDFDF. Windows color (decimal): -2171154 or 15654622. OLE color: 15654622.
HSL color Cylindrical-coordinate representation of color #DEDEEE: hue angle of 240º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDEEE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 222 | 238 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.07 |
| HSL | 240º | 0.32% | 0.9% | - |
| HSV(B) | 240º | 0.07% | 0.93% | - |
| XYZ | 71.68 | 73.95 | 91.38 | - |
| YUV | 223.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 238 | 0.07 | 0.07 | 0 | 0.07 | 240 | 0.32 | 0.9 |
| Hex | DE | DE | EE | 7 | 7 | 0 | 7 | F0 | 20 | 5A |
| Octal | 336 | 336 | 356 | 7 | 7 | 0 | 7 | 360 | 40 | 132 |
| Binary | 11011110 | 11011110 | 11101110 | 111 | 111 | 0 | 111 | 11110000 | 100000 | 1011010 |
Color Harmonies of #DEDEEE
Complementary color
Monochromatic Colors of #DEDEEE
Black with #DEDEEE
Text Example
Text Example
White with #DEDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEEE; }
p { color: rgb(222,222,238); }
H1.HeaderClassName
{
color: #DEDEEE;
}
.AnyTagClassName
{
color: #DEDEEE;
}
</style>
background-color css
<style>
a { background-color: #DEDEEE; }
a { background-color: rgb(222,222,238); }
div.DivClassName
{
background-color: #DEDEEE;
}
.BgClassName
{
background-color: #DEDEEE;
}
</style>
border-color css
<style>
span { border-color: #DEDEEE; }
span { border-color: rgb(222,222,238); }
td.TdClassName
{
border-color: #DEDEEE;
}
.TagClassName
{
border-color: #DEDEEE;
}
</style>