Shades of Quartz #DDD4F6
Tints of Quartz #DDD4F6
RGB
CMYK
RGB Variations
Color information
#DDD4F6 (or 0xDDD4F6) is known color: Quartz. HEX triplet: DD, D4 and F6. RGB value is (221,212,246). Sum of RGB (Red+Green+Blue) = 221+212+246=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F6 is #222B09. Grayscale: #DADADA. Windows color (decimal): -2239242 or 16176349. OLE color: 16176349.
HSL color Cylindrical-coordinate representation of color #DDD4F6: hue angle of 255.88º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD4F6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 212 | 246 | - |
CMYK | 0.10 | 0.14 | 0 | 0.04 |
HSL | 255.88º | 0.65% | 0.9% | - |
HSV(B) | 255.88º | 0.14% | 0.96% | - |
XYZ | 70 | 69.11 | 96.84 | - |
YUV | 218.57 | 143.48 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 246 | 0.10 | 0.14 | 0 | 0.04 | 255.88 | 0.65 | 0.9 |
Hex | DD | D4 | F6 | A | E | 0 | 4 | 100 | 41 | 5A |
Octal | 335 | 324 | 366 | 12 | 16 | 0 | 4 | 400 | 101 | 132 |
Binary | 11011101 | 11010100 | 11110110 | 1010 | 1110 | 0 | 100 | 100000000 | 1000001 | 1011010 |
Color Harmonies of #DDD4F6
Complementary color
Monochromatic Colors of #DDD4F6
Black with #DDD4F6
Text Example
Text Example
White with #DDD4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4F6; }
p { color: rgb(221,212,246); }
H1.HeaderClassName
{
color: #DDD4F6;
}
.AnyTagClassName
{
color: #DDD4F6;
}
</style>
background-color css
<style>
a { background-color: #DDD4F6; }
a { background-color: rgb(221,212,246); }
div.DivClassName
{
background-color: #DDD4F6;
}
.BgClassName
{
background-color: #DDD4F6;
}
</style>
border-color css
<style>
span { border-color: #DDD4F6; }
span { border-color: rgb(221,212,246); }
td.TdClassName
{
border-color: #DDD4F6;
}
.TagClassName
{
border-color: #DDD4F6;
}
</style>