Shades of Quartz #DEDEDF
Tints of Quartz #DEDEDF
RGB
CMYK
RGB Variations
Color information
#DEDEDF (or 0xDEDEDF) is known color: Quartz. HEX triplet: DE, DE and DF. RGB value is (222,222,223). Sum of RGB (Red+Green+Blue) = 222+222+223=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDF is #212120. Grayscale: #DEDEDE. Windows color (decimal): -2171169 or 14671582. OLE color: 14671582.
HSL color Cylindrical-coordinate representation of color #DEDEDF: hue angle of 240º degrees, saturation: 0.02, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DEDEDF is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 223 | - |
CMYK | 0.00 | 0.00 | 0 | 0.13 |
HSL | 240º | 0.02% | 0.87% | - |
HSV(B) | 240º | 0% | 0.87% | - |
XYZ | 69.56 | 73.1 | 80.26 | - |
YUV | 222.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 223 | 0.00 | 0.00 | 0 | 0.13 | 240 | 0.02 | 0.87 |
Hex | DE | DE | DF | 0 | 0 | 0 | D | F0 | 2 | 57 |
Octal | 336 | 336 | 337 | 0 | 0 | 0 | 15 | 360 | 2 | 127 |
Binary | 11011110 | 11011110 | 11011111 | 0 | 0 | 0 | 1101 | 11110000 | 10 | 1010111 |
Color Harmonies of #DEDEDF
Complementary color
Monochromatic Colors of #DEDEDF
Black with #DEDEDF
Text Example
Text Example
White with #DEDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEDF; }
p { color: rgb(222,222,223); }
H1.HeaderClassName
{
color: #DEDEDF;
}
.AnyTagClassName
{
color: #DEDEDF;
}
</style>
background-color css
<style>
a { background-color: #DEDEDF; }
a { background-color: rgb(222,222,223); }
div.DivClassName
{
background-color: #DEDEDF;
}
.BgClassName
{
background-color: #DEDEDF;
}
</style>
border-color css
<style>
span { border-color: #DEDEDF; }
span { border-color: rgb(222,222,223); }
td.TdClassName
{
border-color: #DEDEDF;
}
.TagClassName
{
border-color: #DEDEDF;
}
</style>