Shades of Quartz #DEDCFF
Tints of Quartz #DEDCFF
RGB
CMYK
RGB Variations
Color information
#DEDCFF (or 0xDEDCFF) is known color: Quartz. HEX triplet: DE, DC and FF. RGB value is (222,220,255). Sum of RGB (Red+Green+Blue) = 222+220+255=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCFF is #212300. Grayscale: #E0E0E0. Windows color (decimal): -2171649 or 16768222. OLE color: 16768222.
HSL color Cylindrical-coordinate representation of color #DEDCFF: hue angle of 243.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEDCFF is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 220 | 255 | - |
| CMYK | 0.13 | 0.14 | 0 | 0 |
| HSL | 243.43º | 1% | 0.93% | - |
| HSV(B) | 243.43º | 0.14% | 1% | - |
| XYZ | 73.77 | 73.94 | 104.99 | - |
| YUV | 224.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 255 | 0.13 | 0.14 | 0 | 0 | 243.43 | 1 | 0.93 |
| Hex | DE | DC | FF | D | E | 0 | 0 | F3 | 64 | 5D |
| Octal | 336 | 334 | 377 | 15 | 16 | 0 | 0 | 363 | 144 | 135 |
| Binary | 11011110 | 11011100 | 11111111 | 1101 | 1110 | 0 | 0 | 11110011 | 1100100 | 1011101 |
Color Harmonies of #DEDCFF
Complementary color
Monochromatic Colors of #DEDCFF
Black with #DEDCFF
Text Example
Text Example
White with #DEDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCFF; }
p { color: rgb(222,220,255); }
H1.HeaderClassName
{
color: #DEDCFF;
}
.AnyTagClassName
{
color: #DEDCFF;
}
</style>
background-color css
<style>
a { background-color: #DEDCFF; }
a { background-color: rgb(222,220,255); }
div.DivClassName
{
background-color: #DEDCFF;
}
.BgClassName
{
background-color: #DEDCFF;
}
</style>
border-color css
<style>
span { border-color: #DEDCFF; }
span { border-color: rgb(222,220,255); }
td.TdClassName
{
border-color: #DEDCFF;
}
.TagClassName
{
border-color: #DEDCFF;
}
</style>