Shades of Quartz #DDE0F0
Tints of Quartz #DDE0F0
RGB
CMYK
RGB Variations
Color information
#DDE0F0 (or 0xDDE0F0) is known color: Quartz. HEX triplet: DD, E0 and F0. RGB value is (221,224,240). Sum of RGB (Red+Green+Blue) = 221+224+240=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0F0 is #221F0F. Grayscale: #E0E0E0. Windows color (decimal): -2236176 or 15786205. OLE color: 15786205.
HSL color Cylindrical-coordinate representation of color #DDE0F0: hue angle of 230.53º degrees, saturation: 0.39, 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 #DDE0F0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 224 | 240 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.06 |
| HSL | 230.53º | 0.39% | 0.9% | - |
| HSV(B) | 230.53º | 0.08% | 0.94% | - |
| XYZ | 72.2 | 74.97 | 93.1 | - |
| YUV | 224.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 240 | 0.08 | 0.07 | 0 | 0.06 | 230.53 | 0.39 | 0.9 |
| Hex | DD | E0 | F0 | 8 | 7 | 0 | 6 | E7 | 27 | 5A |
| Octal | 335 | 340 | 360 | 10 | 7 | 0 | 6 | 347 | 47 | 132 |
| Binary | 11011101 | 11100000 | 11110000 | 1000 | 111 | 0 | 110 | 11100111 | 100111 | 1011010 |
Color Harmonies of #DDE0F0
Complementary color
Monochromatic Colors of #DDE0F0
Black with #DDE0F0
Text Example
Text Example
White with #DDE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0F0; }
p { color: rgb(221,224,240); }
H1.HeaderClassName
{
color: #DDE0F0;
}
.AnyTagClassName
{
color: #DDE0F0;
}
</style>
background-color css
<style>
a { background-color: #DDE0F0; }
a { background-color: rgb(221,224,240); }
div.DivClassName
{
background-color: #DDE0F0;
}
.BgClassName
{
background-color: #DDE0F0;
}
</style>
border-color css
<style>
span { border-color: #DDE0F0; }
span { border-color: rgb(221,224,240); }
td.TdClassName
{
border-color: #DDE0F0;
}
.TagClassName
{
border-color: #DDE0F0;
}
</style>