Shades of Quartz #DDE0F6
Tints of Quartz #DDE0F6
RGB
CMYK
RGB Variations
Color information
#DDE0F6 (or 0xDDE0F6) is known color: Quartz. HEX triplet: DD, E0 and F6. RGB value is (221,224,246). Sum of RGB (Red+Green+Blue) = 221+224+246=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0F6 is #221F09. Grayscale: #E1E1E1. Windows color (decimal): -2236170 or 16179421. OLE color: 16179421.
HSL color Cylindrical-coordinate representation of color #DDE0F6: hue angle of 232.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE0F6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 224 | 246 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.04 |
| HSL | 232.8º | 0.58% | 0.92% | - |
| HSV(B) | 232.8º | 0.1% | 0.96% | - |
| XYZ | 73.11 | 75.34 | 97.88 | - |
| YUV | 225.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 246 | 0.10 | 0.09 | 0 | 0.04 | 232.8 | 0.58 | 0.92 |
| Hex | DD | E0 | F6 | A | 9 | 0 | 4 | E9 | 3A | 5C |
| Octal | 335 | 340 | 366 | 12 | 11 | 0 | 4 | 351 | 72 | 134 |
| Binary | 11011101 | 11100000 | 11110110 | 1010 | 1001 | 0 | 100 | 11101001 | 111010 | 1011100 |
Color Harmonies of #DDE0F6
Complementary color
Monochromatic Colors of #DDE0F6
Black with #DDE0F6
Text Example
Text Example
White with #DDE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0F6; }
p { color: rgb(221,224,246); }
H1.HeaderClassName
{
color: #DDE0F6;
}
.AnyTagClassName
{
color: #DDE0F6;
}
</style>
background-color css
<style>
a { background-color: #DDE0F6; }
a { background-color: rgb(221,224,246); }
div.DivClassName
{
background-color: #DDE0F6;
}
.BgClassName
{
background-color: #DDE0F6;
}
</style>
border-color css
<style>
span { border-color: #DDE0F6; }
span { border-color: rgb(221,224,246); }
td.TdClassName
{
border-color: #DDE0F6;
}
.TagClassName
{
border-color: #DDE0F6;
}
</style>