Shades of Quartz #DDE0EF
Tints of Quartz #DDE0EF
RGB
CMYK
RGB Variations
Color information
#DDE0EF (or 0xDDE0EF) is known color: Quartz. HEX triplet: DD, E0 and EF. RGB value is (221,224,239). Sum of RGB (Red+Green+Blue) = 221+224+239=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EF is #221F10. Grayscale: #E0E0E0. Windows color (decimal): -2236177 or 15720669. OLE color: 15720669.
HSL color Cylindrical-coordinate representation of color #DDE0EF: hue angle of 230º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE0EF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 224 | 239 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.06 |
| HSL | 230º | 0.36% | 0.9% | - |
| HSV(B) | 230º | 0.08% | 0.94% | - |
| XYZ | 72.05 | 74.92 | 92.32 | - |
| YUV | 224.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 239 | 0.08 | 0.06 | 0 | 0.06 | 230 | 0.36 | 0.9 |
| Hex | DD | E0 | EF | 8 | 6 | 0 | 6 | E6 | 24 | 5A |
| Octal | 335 | 340 | 357 | 10 | 6 | 0 | 6 | 346 | 44 | 132 |
| Binary | 11011101 | 11100000 | 11101111 | 1000 | 110 | 0 | 110 | 11100110 | 100100 | 1011010 |
Color Harmonies of #DDE0EF
Complementary color
Monochromatic Colors of #DDE0EF
Black with #DDE0EF
Text Example
Text Example
White with #DDE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0EF; }
p { color: rgb(221,224,239); }
H1.HeaderClassName
{
color: #DDE0EF;
}
.AnyTagClassName
{
color: #DDE0EF;
}
</style>
background-color css
<style>
a { background-color: #DDE0EF; }
a { background-color: rgb(221,224,239); }
div.DivClassName
{
background-color: #DDE0EF;
}
.BgClassName
{
background-color: #DDE0EF;
}
</style>
border-color css
<style>
span { border-color: #DDE0EF; }
span { border-color: rgb(221,224,239); }
td.TdClassName
{
border-color: #DDE0EF;
}
.TagClassName
{
border-color: #DDE0EF;
}
</style>