Shades of Quartz #DDD9F8
Tints of Quartz #DDD9F8
RGB
CMYK
RGB Variations
Color information
#DDD9F8 (or 0xDDD9F8) is known color: Quartz. HEX triplet: DD, D9 and F8. RGB value is (221,217,248). Sum of RGB (Red+Green+Blue) = 221+217+248=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F8 is #222607. Grayscale: #DDDDDD. Windows color (decimal): -2237960 or 16308701. OLE color: 16308701.
HSL color Cylindrical-coordinate representation of color #DDD9F8: hue angle of 247.74º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD9F8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 217 | 248 | - |
CMYK | 0.11 | 0.12 | 0 | 0.03 |
HSL | 247.74º | 0.69% | 0.91% | - |
HSV(B) | 247.74º | 0.13% | 0.97% | - |
XYZ | 71.57 | 71.78 | 98.89 | - |
YUV | 221.73 | 142.83 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 248 | 0.11 | 0.12 | 0 | 0.03 | 247.74 | 0.69 | 0.91 |
Hex | DD | D9 | F8 | B | C | 0 | 3 | F8 | 45 | 5B |
Octal | 335 | 331 | 370 | 13 | 14 | 0 | 3 | 370 | 105 | 133 |
Binary | 11011101 | 11011001 | 11111000 | 1011 | 1100 | 0 | 11 | 11111000 | 1000101 | 1011011 |
Color Harmonies of #DDD9F8
Complementary color
Monochromatic Colors of #DDD9F8
Black with #DDD9F8
Text Example
Text Example
White with #DDD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9F8; }
p { color: rgb(221,217,248); }
H1.HeaderClassName
{
color: #DDD9F8;
}
.AnyTagClassName
{
color: #DDD9F8;
}
</style>
background-color css
<style>
a { background-color: #DDD9F8; }
a { background-color: rgb(221,217,248); }
div.DivClassName
{
background-color: #DDD9F8;
}
.BgClassName
{
background-color: #DDD9F8;
}
</style>
border-color css
<style>
span { border-color: #DDD9F8; }
span { border-color: rgb(221,217,248); }
td.TdClassName
{
border-color: #DDD9F8;
}
.TagClassName
{
border-color: #DDD9F8;
}
</style>