Shades of Quartz #DEDFF6
Tints of Quartz #DEDFF6
RGB
CMYK
RGB Variations
Color information
#DEDFF6 (or 0xDEDFF6) is known color: Quartz. HEX triplet: DE, DF and F6. RGB value is (222,223,246). Sum of RGB (Red+Green+Blue) = 222+223+246=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF6 is #212009. Grayscale: #E1E1E1. Windows color (decimal): -2170890 or 16179166. OLE color: 16179166.
HSL color Cylindrical-coordinate representation of color #DEDFF6: hue angle of 237.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDFF6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 223 | 246 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.04 |
| HSL | 237.5º | 0.57% | 0.92% | - |
| HSV(B) | 237.5º | 0.1% | 0.96% | - |
| XYZ | 73.15 | 74.96 | 97.8 | - |
| YUV | 225.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 246 | 0.10 | 0.09 | 0 | 0.04 | 237.5 | 0.57 | 0.92 |
| Hex | DE | DF | F6 | A | 9 | 0 | 4 | EE | 39 | 5C |
| Octal | 336 | 337 | 366 | 12 | 11 | 0 | 4 | 356 | 71 | 134 |
| Binary | 11011110 | 11011111 | 11110110 | 1010 | 1001 | 0 | 100 | 11101110 | 111001 | 1011100 |
Color Harmonies of #DEDFF6
Complementary color
Monochromatic Colors of #DEDFF6
Black with #DEDFF6
Text Example
Text Example
White with #DEDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFF6; }
p { color: rgb(222,223,246); }
H1.HeaderClassName
{
color: #DEDFF6;
}
.AnyTagClassName
{
color: #DEDFF6;
}
</style>
background-color css
<style>
a { background-color: #DEDFF6; }
a { background-color: rgb(222,223,246); }
div.DivClassName
{
background-color: #DEDFF6;
}
.BgClassName
{
background-color: #DEDFF6;
}
</style>
border-color css
<style>
span { border-color: #DEDFF6; }
span { border-color: rgb(222,223,246); }
td.TdClassName
{
border-color: #DEDFF6;
}
.TagClassName
{
border-color: #DEDFF6;
}
</style>