Shades of Quartz #DEDFF9
Tints of Quartz #DEDFF9
RGB
CMYK
RGB Variations
Color information
#DEDFF9 (or 0xDEDFF9) is known color: Quartz. HEX triplet: DE, DF and F9. RGB value is (222,223,249). Sum of RGB (Red+Green+Blue) = 222+223+249=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF9 is #212006. Grayscale: #E1E1E1. Windows color (decimal): -2170887 or 16375774. OLE color: 16375774.
HSL color Cylindrical-coordinate representation of color #DEDFF9: hue angle of 237.78º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDFF9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 223 | 249 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.02 |
| HSL | 237.78º | 0.69% | 0.92% | - |
| HSV(B) | 237.78º | 0.11% | 0.98% | - |
| XYZ | 73.61 | 75.14 | 100.25 | - |
| YUV | 225.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 249 | 0.11 | 0.10 | 0 | 0.02 | 237.78 | 0.69 | 0.92 |
| Hex | DE | DF | F9 | B | A | 0 | 2 | EE | 45 | 5C |
| Octal | 336 | 337 | 371 | 13 | 12 | 0 | 2 | 356 | 105 | 134 |
| Binary | 11011110 | 11011111 | 11111001 | 1011 | 1010 | 0 | 10 | 11101110 | 1000101 | 1011100 |
Color Harmonies of #DEDFF9
Complementary color
Monochromatic Colors of #DEDFF9
Black with #DEDFF9
Text Example
Text Example
White with #DEDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFF9; }
p { color: rgb(222,223,249); }
H1.HeaderClassName
{
color: #DEDFF9;
}
.AnyTagClassName
{
color: #DEDFF9;
}
</style>
background-color css
<style>
a { background-color: #DEDFF9; }
a { background-color: rgb(222,223,249); }
div.DivClassName
{
background-color: #DEDFF9;
}
.BgClassName
{
background-color: #DEDFF9;
}
</style>
border-color css
<style>
span { border-color: #DEDFF9; }
span { border-color: rgb(222,223,249); }
td.TdClassName
{
border-color: #DEDFF9;
}
.TagClassName
{
border-color: #DEDFF9;
}
</style>