Shades of Quartz #DDD9F1
Tints of Quartz #DDD9F1
RGB
CMYK
RGB Variations
Color information
#DDD9F1 (or 0xDDD9F1) is known color: Quartz. HEX triplet: DD, D9 and F1. RGB value is (221,217,241). Sum of RGB (Red+Green+Blue) = 221+217+241=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9F1 is #22260E. Grayscale: #DCDCDC. Windows color (decimal): -2237967 or 15849949. OLE color: 15849949.
HSL color Cylindrical-coordinate representation of color #DDD9F1: hue angle of 250º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD9F1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 217 | 241 | - |
CMYK | 0.08 | 0.10 | 0 | 0.05 |
HSL | 250º | 0.46% | 0.9% | - |
HSV(B) | 250º | 0.1% | 0.95% | - |
XYZ | 70.51 | 71.35 | 93.27 | - |
YUV | 220.93 | 139.33 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 241 | 0.08 | 0.10 | 0 | 0.05 | 250 | 0.46 | 0.9 |
Hex | DD | D9 | F1 | 8 | A | 0 | 5 | FA | 2E | 5A |
Octal | 335 | 331 | 361 | 10 | 12 | 0 | 5 | 372 | 56 | 132 |
Binary | 11011101 | 11011001 | 11110001 | 1000 | 1010 | 0 | 101 | 11111010 | 101110 | 1011010 |
Color Harmonies of #DDD9F1
Complementary color
Monochromatic Colors of #DDD9F1
Black with #DDD9F1
Text Example
Text Example
White with #DDD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9F1; }
p { color: rgb(221,217,241); }
H1.HeaderClassName
{
color: #DDD9F1;
}
.AnyTagClassName
{
color: #DDD9F1;
}
</style>
background-color css
<style>
a { background-color: #DDD9F1; }
a { background-color: rgb(221,217,241); }
div.DivClassName
{
background-color: #DDD9F1;
}
.BgClassName
{
background-color: #DDD9F1;
}
</style>
border-color css
<style>
span { border-color: #DDD9F1; }
span { border-color: rgb(221,217,241); }
td.TdClassName
{
border-color: #DDD9F1;
}
.TagClassName
{
border-color: #DDD9F1;
}
</style>