Shades of Quartz #DEDCFE
Tints of Quartz #DEDCFE
RGB
CMYK
RGB Variations
Color information
#DEDCFE (or 0xDEDCFE) is known color: Quartz. HEX triplet: DE, DC and FE. RGB value is (222,220,254). Sum of RGB (Red+Green+Blue) = 222+220+254=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCFE is #212301. Grayscale: #E0E0E0. Windows color (decimal): -2171650 or 16702686. OLE color: 16702686.
HSL color Cylindrical-coordinate representation of color #DEDCFE: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDCFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 220 | 254 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.00 |
| HSL | 243.53º | 0.94% | 0.93% | - |
| HSV(B) | 243.53º | 0.13% | 1% | - |
| XYZ | 73.61 | 73.87 | 104.15 | - |
| YUV | 224.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 254 | 0.13 | 0.13 | 0 | 0.00 | 243.53 | 0.94 | 0.93 |
| Hex | DE | DC | FE | D | D | 0 | 0 | F4 | 5E | 5D |
| Octal | 336 | 334 | 376 | 15 | 15 | 0 | 0 | 364 | 136 | 135 |
| Binary | 11011110 | 11011100 | 11111110 | 1101 | 1101 | 0 | 0 | 11110100 | 1011110 | 1011101 |
Color Harmonies of #DEDCFE
Complementary color
Monochromatic Colors of #DEDCFE
Black with #DEDCFE
Text Example
Text Example
White with #DEDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCFE; }
p { color: rgb(222,220,254); }
H1.HeaderClassName
{
color: #DEDCFE;
}
.AnyTagClassName
{
color: #DEDCFE;
}
</style>
background-color css
<style>
a { background-color: #DEDCFE; }
a { background-color: rgb(222,220,254); }
div.DivClassName
{
background-color: #DEDCFE;
}
.BgClassName
{
background-color: #DEDCFE;
}
</style>
border-color css
<style>
span { border-color: #DEDCFE; }
span { border-color: rgb(222,220,254); }
td.TdClassName
{
border-color: #DEDCFE;
}
.TagClassName
{
border-color: #DEDCFE;
}
</style>