Shades of Quartz #DDDEF7
Tints of Quartz #DDDEF7
RGB
CMYK
RGB Variations
Color information
#DDDEF7 (or 0xDDDEF7) is known color: Quartz. HEX triplet: DD, DE and F7. RGB value is (221,222,247). Sum of RGB (Red+Green+Blue) = 221+222+247=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF7 is #222108. Grayscale: #E0E0E0. Windows color (decimal): -2236681 or 16244445. OLE color: 16244445.
HSL color Cylindrical-coordinate representation of color #DDDEF7: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDEF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 222 | 247 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.03 |
| HSL | 237.69º | 0.62% | 0.92% | - |
| HSV(B) | 237.69º | 0.11% | 0.97% | - |
| XYZ | 72.73 | 74.33 | 98.51 | - |
| YUV | 224.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 247 | 0.11 | 0.10 | 0 | 0.03 | 237.69 | 0.62 | 0.92 |
| Hex | DD | DE | F7 | B | A | 0 | 3 | EE | 3E | 5C |
| Octal | 335 | 336 | 367 | 13 | 12 | 0 | 3 | 356 | 76 | 134 |
| Binary | 11011101 | 11011110 | 11110111 | 1011 | 1010 | 0 | 11 | 11101110 | 111110 | 1011100 |
Color Harmonies of #DDDEF7
Complementary color
Monochromatic Colors of #DDDEF7
Black with #DDDEF7
Text Example
Text Example
White with #DDDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEF7; }
p { color: rgb(221,222,247); }
H1.HeaderClassName
{
color: #DDDEF7;
}
.AnyTagClassName
{
color: #DDDEF7;
}
</style>
background-color css
<style>
a { background-color: #DDDEF7; }
a { background-color: rgb(221,222,247); }
div.DivClassName
{
background-color: #DDDEF7;
}
.BgClassName
{
background-color: #DDDEF7;
}
</style>
border-color css
<style>
span { border-color: #DDDEF7; }
span { border-color: rgb(221,222,247); }
td.TdClassName
{
border-color: #DDDEF7;
}
.TagClassName
{
border-color: #DDDEF7;
}
</style>