Shades of Quartz #DEDCF4
Tints of Quartz #DEDCF4
RGB
CMYK
RGB Variations
Color information
#DEDCF4 (or 0xDEDCF4) is known color: Quartz. HEX triplet: DE, DC and F4. RGB value is (222,220,244). Sum of RGB (Red+Green+Blue) = 222+220+244=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCF4 is #21230B. Grayscale: #DFDFDF. Windows color (decimal): -2171660 or 16047326. OLE color: 16047326.
HSL color Cylindrical-coordinate representation of color #DEDCF4: hue angle of 245º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDCF4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 220 | 244 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 245º | 0.52% | 0.91% | - |
| HSV(B) | 245º | 0.1% | 0.96% | - |
| XYZ | 72.05 | 73.25 | 95.93 | - |
| YUV | 223.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 244 | 0.09 | 0.10 | 0 | 0.04 | 245 | 0.52 | 0.91 |
| Hex | DE | DC | F4 | 9 | A | 0 | 4 | F5 | 34 | 5B |
| Octal | 336 | 334 | 364 | 11 | 12 | 0 | 4 | 365 | 64 | 133 |
| Binary | 11011110 | 11011100 | 11110100 | 1001 | 1010 | 0 | 100 | 11110101 | 110100 | 1011011 |
Color Harmonies of #DEDCF4
Complementary color
Monochromatic Colors of #DEDCF4
Black with #DEDCF4
Text Example
Text Example
White with #DEDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCF4; }
p { color: rgb(222,220,244); }
H1.HeaderClassName
{
color: #DEDCF4;
}
.AnyTagClassName
{
color: #DEDCF4;
}
</style>
background-color css
<style>
a { background-color: #DEDCF4; }
a { background-color: rgb(222,220,244); }
div.DivClassName
{
background-color: #DEDCF4;
}
.BgClassName
{
background-color: #DEDCF4;
}
</style>
border-color css
<style>
span { border-color: #DEDCF4; }
span { border-color: rgb(222,220,244); }
td.TdClassName
{
border-color: #DEDCF4;
}
.TagClassName
{
border-color: #DEDCF4;
}
</style>