Shades of Quartz #DEE0F3
Tints of Quartz #DEE0F3
RGB
CMYK
RGB Variations
Color information
#DEE0F3 (or 0xDEE0F3) is known color: Quartz. HEX triplet: DE, E0 and F3. RGB value is (222,224,243). Sum of RGB (Red+Green+Blue) = 222+224+243=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0F3 is #211F0C. Grayscale: #E1E1E1. Windows color (decimal): -2170637 or 15982814. OLE color: 15982814.
HSL color Cylindrical-coordinate representation of color #DEE0F3: hue angle of 234.29º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE0F3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 224 | 243 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.05 |
| HSL | 234.29º | 0.47% | 0.91% | - |
| HSV(B) | 234.29º | 0.09% | 0.95% | - |
| XYZ | 72.96 | 75.31 | 95.49 | - |
| YUV | 225.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 243 | 0.09 | 0.08 | 0 | 0.05 | 234.29 | 0.47 | 0.91 |
| Hex | DE | E0 | F3 | 9 | 8 | 0 | 5 | EA | 2F | 5B |
| Octal | 336 | 340 | 363 | 11 | 10 | 0 | 5 | 352 | 57 | 133 |
| Binary | 11011110 | 11100000 | 11110011 | 1001 | 1000 | 0 | 101 | 11101010 | 101111 | 1011011 |
Color Harmonies of #DEE0F3
Complementary color
Monochromatic Colors of #DEE0F3
Black with #DEE0F3
Text Example
Text Example
White with #DEE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0F3; }
p { color: rgb(222,224,243); }
H1.HeaderClassName
{
color: #DEE0F3;
}
.AnyTagClassName
{
color: #DEE0F3;
}
</style>
background-color css
<style>
a { background-color: #DEE0F3; }
a { background-color: rgb(222,224,243); }
div.DivClassName
{
background-color: #DEE0F3;
}
.BgClassName
{
background-color: #DEE0F3;
}
</style>
border-color css
<style>
span { border-color: #DEE0F3; }
span { border-color: rgb(222,224,243); }
td.TdClassName
{
border-color: #DEE0F3;
}
.TagClassName
{
border-color: #DEE0F3;
}
</style>