Shades of Quartz #DEDEF1
Tints of Quartz #DEDEF1
RGB
CMYK
RGB Variations
Color information
#DEDEF1 (or 0xDEDEF1) is known color: Quartz. HEX triplet: DE, DE and F1. RGB value is (222,222,241). Sum of RGB (Red+Green+Blue) = 222+222+241=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEF1 is #21210E. Grayscale: #E0E0E0. Windows color (decimal): -2171151 or 15851230. OLE color: 15851230.
HSL color Cylindrical-coordinate representation of color #DEDEF1: hue angle of 240º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDEF1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 222 | 241 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.05 |
| HSL | 240º | 0.4% | 0.91% | - |
| HSV(B) | 240º | 0.08% | 0.95% | - |
| XYZ | 72.12 | 74.12 | 93.72 | - |
| YUV | 224.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 241 | 0.08 | 0.08 | 0 | 0.05 | 240 | 0.4 | 0.91 |
| Hex | DE | DE | F1 | 8 | 8 | 0 | 5 | F0 | 28 | 5B |
| Octal | 336 | 336 | 361 | 10 | 10 | 0 | 5 | 360 | 50 | 133 |
| Binary | 11011110 | 11011110 | 11110001 | 1000 | 1000 | 0 | 101 | 11110000 | 101000 | 1011011 |
Color Harmonies of #DEDEF1
Complementary color
Monochromatic Colors of #DEDEF1
Black with #DEDEF1
Text Example
Text Example
White with #DEDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEF1; }
p { color: rgb(222,222,241); }
H1.HeaderClassName
{
color: #DEDEF1;
}
.AnyTagClassName
{
color: #DEDEF1;
}
</style>
background-color css
<style>
a { background-color: #DEDEF1; }
a { background-color: rgb(222,222,241); }
div.DivClassName
{
background-color: #DEDEF1;
}
.BgClassName
{
background-color: #DEDEF1;
}
</style>
border-color css
<style>
span { border-color: #DEDEF1; }
span { border-color: rgb(222,222,241); }
td.TdClassName
{
border-color: #DEDEF1;
}
.TagClassName
{
border-color: #DEDEF1;
}
</style>