Shades of Quartz #DDD7F2
Tints of Quartz #DDD7F2
RGB
CMYK
RGB Variations
Color information
#DDD7F2 (or 0xDDD7F2) is known color: Quartz. HEX triplet: DD, D7 and F2. RGB value is (221,215,242). Sum of RGB (Red+Green+Blue) = 221+215+242=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F2 is #22280D. Grayscale: #DBDBDB. Windows color (decimal): -2238478 or 15914973. OLE color: 15914973.
HSL color Cylindrical-coordinate representation of color #DDD7F2: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD7F2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 215 | 242 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.05 |
| HSL | 253.33º | 0.51% | 0.9% | - |
| HSV(B) | 253.33º | 0.11% | 0.95% | - |
| XYZ | 70.15 | 70.38 | 93.89 | - |
| YUV | 219.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 242 | 0.09 | 0.11 | 0 | 0.05 | 253.33 | 0.51 | 0.9 |
| Hex | DD | D7 | F2 | 9 | B | 0 | 5 | FD | 33 | 5A |
| Octal | 335 | 327 | 362 | 11 | 13 | 0 | 5 | 375 | 63 | 132 |
| Binary | 11011101 | 11010111 | 11110010 | 1001 | 1011 | 0 | 101 | 11111101 | 110011 | 1011010 |
Color Harmonies of #DDD7F2
Complementary color
Monochromatic Colors of #DDD7F2
Black with #DDD7F2
Text Example
Text Example
White with #DDD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7F2; }
p { color: rgb(221,215,242); }
H1.HeaderClassName
{
color: #DDD7F2;
}
.AnyTagClassName
{
color: #DDD7F2;
}
</style>
background-color css
<style>
a { background-color: #DDD7F2; }
a { background-color: rgb(221,215,242); }
div.DivClassName
{
background-color: #DDD7F2;
}
.BgClassName
{
background-color: #DDD7F2;
}
</style>
border-color css
<style>
span { border-color: #DDD7F2; }
span { border-color: rgb(221,215,242); }
td.TdClassName
{
border-color: #DDD7F2;
}
.TagClassName
{
border-color: #DDD7F2;
}
</style>