Shades of Quartz #DDD8F0
Tints of Quartz #DDD8F0
RGB
CMYK
RGB Variations
Color information
#DDD8F0 (or 0xDDD8F0) is known color: Quartz. HEX triplet: DD, D8 and F0. RGB value is (221,216,240). Sum of RGB (Red+Green+Blue) = 221+216+240=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8F0 is #22270F. Grayscale: #DCDCDC. Windows color (decimal): -2238224 or 15784157. OLE color: 15784157.
HSL color Cylindrical-coordinate representation of color #DDD8F0: hue angle of 252.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8F0 is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 216 | 240 | - |
CMYK | 0.08 | 0.1 | 0 | 0.06 |
HSL | 252.5º | 0.44% | 0.89% | - |
HSV(B) | 252.5º | 0.1% | 0.94% | - |
XYZ | 70.1 | 70.78 | 92.4 | - |
YUV | 220.23 | 139.16 | 128.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 240 | 0.08 | 0.1 | 0 | 0.06 | 252.5 | 0.44 | 0.89 |
Hex | DD | D8 | F0 | 8 | A | 0 | 6 | FD | 2C | 59 |
Octal | 335 | 330 | 360 | 10 | 12 | 0 | 6 | 375 | 54 | 131 |
Binary | 11011101 | 11011000 | 11110000 | 1000 | 1010 | 0 | 110 | 11111101 | 101100 | 1011001 |
Color Harmonies of #DDD8F0
Complementary color
Monochromatic Colors of #DDD8F0
Black with #DDD8F0
Text Example
Text Example
White with #DDD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8F0; }
p { color: rgb(221,216,240); }
H1.HeaderClassName
{
color: #DDD8F0;
}
.AnyTagClassName
{
color: #DDD8F0;
}
</style>
background-color css
<style>
a { background-color: #DDD8F0; }
a { background-color: rgb(221,216,240); }
div.DivClassName
{
background-color: #DDD8F0;
}
.BgClassName
{
background-color: #DDD8F0;
}
</style>
border-color css
<style>
span { border-color: #DDD8F0; }
span { border-color: rgb(221,216,240); }
td.TdClassName
{
border-color: #DDD8F0;
}
.TagClassName
{
border-color: #DDD8F0;
}
</style>