Shades of Quartz #DEDEFC
Tints of Quartz #DEDEFC
RGB
CMYK
RGB Variations
Color information
#DEDEFC (or 0xDEDEFC) is known color: Quartz. HEX triplet: DE, DE and FC. RGB value is (222,222,252). Sum of RGB (Red+Green+Blue) = 222+222+252=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEFC is #212103. Grayscale: #E1E1E1. Windows color (decimal): -2171140 or 16572126. OLE color: 16572126.
HSL color Cylindrical-coordinate representation of color #DEDEFC: hue angle of 240º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDEFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 222 | 252 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.01 |
| HSL | 240º | 0.83% | 0.93% | - |
| HSV(B) | 240º | 0.12% | 0.99% | - |
| XYZ | 73.82 | 74.8 | 102.64 | - |
| YUV | 225.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 252 | 0.12 | 0.12 | 0 | 0.01 | 240 | 0.83 | 0.93 |
| Hex | DE | DE | FC | C | C | 0 | 1 | F0 | 53 | 5D |
| Octal | 336 | 336 | 374 | 14 | 14 | 0 | 1 | 360 | 123 | 135 |
| Binary | 11011110 | 11011110 | 11111100 | 1100 | 1100 | 0 | 1 | 11110000 | 1010011 | 1011101 |
Color Harmonies of #DEDEFC
Complementary color
Monochromatic Colors of #DEDEFC
Black with #DEDEFC
Text Example
Text Example
White with #DEDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEFC; }
p { color: rgb(222,222,252); }
H1.HeaderClassName
{
color: #DEDEFC;
}
.AnyTagClassName
{
color: #DEDEFC;
}
</style>
background-color css
<style>
a { background-color: #DEDEFC; }
a { background-color: rgb(222,222,252); }
div.DivClassName
{
background-color: #DEDEFC;
}
.BgClassName
{
background-color: #DEDEFC;
}
</style>
border-color css
<style>
span { border-color: #DEDEFC; }
span { border-color: rgb(222,222,252); }
td.TdClassName
{
border-color: #DEDEFC;
}
.TagClassName
{
border-color: #DEDEFC;
}
</style>