Shades of Quartz #DEDEF4
Tints of Quartz #DEDEF4
RGB
CMYK
RGB Variations
Color information
#DEDEF4 (or 0xDEDEF4) is known color: Quartz. HEX triplet: DE, DE and F4. RGB value is (222,222,244). Sum of RGB (Red+Green+Blue) = 222+222+244=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEF4 is #21210B. Grayscale: #E0E0E0. Windows color (decimal): -2171148 or 16047838. OLE color: 16047838.
HSL color Cylindrical-coordinate representation of color #DEDEF4: hue angle of 240º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDEF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 222 | 244 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 240º | 0.5% | 0.91% | - |
| HSV(B) | 240º | 0.09% | 0.96% | - |
| XYZ | 72.57 | 74.3 | 96.1 | - |
| YUV | 224.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 244 | 0.09 | 0.09 | 0 | 0.04 | 240 | 0.5 | 0.91 |
| Hex | DE | DE | F4 | 9 | 9 | 0 | 4 | F0 | 32 | 5B |
| Octal | 336 | 336 | 364 | 11 | 11 | 0 | 4 | 360 | 62 | 133 |
| Binary | 11011110 | 11011110 | 11110100 | 1001 | 1001 | 0 | 100 | 11110000 | 110010 | 1011011 |
Color Harmonies of #DEDEF4
Complementary color
Monochromatic Colors of #DEDEF4
Black with #DEDEF4
Text Example
Text Example
White with #DEDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEF4; }
p { color: rgb(222,222,244); }
H1.HeaderClassName
{
color: #DEDEF4;
}
.AnyTagClassName
{
color: #DEDEF4;
}
</style>
background-color css
<style>
a { background-color: #DEDEF4; }
a { background-color: rgb(222,222,244); }
div.DivClassName
{
background-color: #DEDEF4;
}
.BgClassName
{
background-color: #DEDEF4;
}
</style>
border-color css
<style>
span { border-color: #DEDEF4; }
span { border-color: rgb(222,222,244); }
td.TdClassName
{
border-color: #DEDEF4;
}
.TagClassName
{
border-color: #DEDEF4;
}
</style>