Shades of Quartz #DEDFF4
Tints of Quartz #DEDFF4
RGB
CMYK
RGB Variations
Color information
#DEDFF4 (or 0xDEDFF4) is known color: Quartz. HEX triplet: DE, DF and F4. RGB value is (222,223,244). Sum of RGB (Red+Green+Blue) = 222+223+244=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFF4 is #21200B. Grayscale: #E1E1E1. Windows color (decimal): -2170892 or 16048094. OLE color: 16048094.
HSL color Cylindrical-coordinate representation of color #DEDFF4: hue angle of 237.27º 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 #DEDFF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 223 | 244 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 237.27º | 0.5% | 0.91% | - |
| HSV(B) | 237.27º | 0.09% | 0.96% | - |
| XYZ | 72.84 | 74.84 | 96.19 | - |
| YUV | 225.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 244 | 0.09 | 0.09 | 0 | 0.04 | 237.27 | 0.5 | 0.91 |
| Hex | DE | DF | F4 | 9 | 9 | 0 | 4 | ED | 32 | 5B |
| Octal | 336 | 337 | 364 | 11 | 11 | 0 | 4 | 355 | 62 | 133 |
| Binary | 11011110 | 11011111 | 11110100 | 1001 | 1001 | 0 | 100 | 11101101 | 110010 | 1011011 |
Color Harmonies of #DEDFF4
Complementary color
Monochromatic Colors of #DEDFF4
Black with #DEDFF4
Text Example
Text Example
White with #DEDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFF4; }
p { color: rgb(222,223,244); }
H1.HeaderClassName
{
color: #DEDFF4;
}
.AnyTagClassName
{
color: #DEDFF4;
}
</style>
background-color css
<style>
a { background-color: #DEDFF4; }
a { background-color: rgb(222,223,244); }
div.DivClassName
{
background-color: #DEDFF4;
}
.BgClassName
{
background-color: #DEDFF4;
}
</style>
border-color css
<style>
span { border-color: #DEDFF4; }
span { border-color: rgb(222,223,244); }
td.TdClassName
{
border-color: #DEDFF4;
}
.TagClassName
{
border-color: #DEDFF4;
}
</style>