Shades of Quartz #DDE1F6
Tints of Quartz #DDE1F6
RGB
CMYK
RGB Variations
Color information
#DDE1F6 (or 0xDDE1F6) is known color: Quartz. HEX triplet: DD, E1 and F6. RGB value is (221,225,246). Sum of RGB (Red+Green+Blue) = 221+225+246=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1F6 is #221E09. Grayscale: #E2E2E2. Windows color (decimal): -2235914 or 16179677. OLE color: 16179677.
HSL color Cylindrical-coordinate representation of color #DDE1F6: hue angle of 230.4º 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 #DDE1F6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 225 | 246 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.04 |
| HSL | 230.4º | 0.58% | 0.92% | - |
| HSV(B) | 230.4º | 0.1% | 0.96% | - |
| XYZ | 73.38 | 75.88 | 97.97 | - |
| YUV | 226.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 246 | 0.10 | 0.09 | 0 | 0.04 | 230.4 | 0.58 | 0.92 |
| Hex | DD | E1 | F6 | A | 9 | 0 | 4 | E6 | 3A | 5C |
| Octal | 335 | 341 | 366 | 12 | 11 | 0 | 4 | 346 | 72 | 134 |
| Binary | 11011101 | 11100001 | 11110110 | 1010 | 1001 | 0 | 100 | 11100110 | 111010 | 1011100 |
Color Harmonies of #DDE1F6
Complementary color
Monochromatic Colors of #DDE1F6
Black with #DDE1F6
Text Example
Text Example
White with #DDE1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1F6; }
p { color: rgb(221,225,246); }
H1.HeaderClassName
{
color: #DDE1F6;
}
.AnyTagClassName
{
color: #DDE1F6;
}
</style>
background-color css
<style>
a { background-color: #DDE1F6; }
a { background-color: rgb(221,225,246); }
div.DivClassName
{
background-color: #DDE1F6;
}
.BgClassName
{
background-color: #DDE1F6;
}
</style>
border-color css
<style>
span { border-color: #DDE1F6; }
span { border-color: rgb(221,225,246); }
td.TdClassName
{
border-color: #DDE1F6;
}
.TagClassName
{
border-color: #DDE1F6;
}
</style>