Shades of Quartz #DDD4F9
Tints of Quartz #DDD4F9
RGB
CMYK
RGB Variations
Color information
#DDD4F9 (or 0xDDD4F9) is known color: Quartz. HEX triplet: DD, D4 and F9. RGB value is (221,212,249). Sum of RGB (Red+Green+Blue) = 221+212+249=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F9 is #222B06. Grayscale: #DADADA. Windows color (decimal): -2239239 or 16372957. OLE color: 16372957.
HSL color Cylindrical-coordinate representation of color #DDD4F9: hue angle of 254.59º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD4F9 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 212 | 249 | - |
CMYK | 0.11 | 0.15 | 0 | 0.02 |
HSL | 254.59º | 0.76% | 0.9% | - |
HSV(B) | 254.59º | 0.15% | 0.98% | - |
XYZ | 70.46 | 69.3 | 99.28 | - |
YUV | 218.91 | 144.98 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 249 | 0.11 | 0.15 | 0 | 0.02 | 254.59 | 0.76 | 0.9 |
Hex | DD | D4 | F9 | B | F | 0 | 2 | FF | 4C | 5A |
Octal | 335 | 324 | 371 | 13 | 17 | 0 | 2 | 377 | 114 | 132 |
Binary | 11011101 | 11010100 | 11111001 | 1011 | 1111 | 0 | 10 | 11111111 | 1001100 | 1011010 |
Color Harmonies of #DDD4F9
Complementary color
Monochromatic Colors of #DDD4F9
Black with #DDD4F9
Text Example
Text Example
White with #DDD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4F9; }
p { color: rgb(221,212,249); }
H1.HeaderClassName
{
color: #DDD4F9;
}
.AnyTagClassName
{
color: #DDD4F9;
}
</style>
background-color css
<style>
a { background-color: #DDD4F9; }
a { background-color: rgb(221,212,249); }
div.DivClassName
{
background-color: #DDD4F9;
}
.BgClassName
{
background-color: #DDD4F9;
}
</style>
border-color css
<style>
span { border-color: #DDD4F9; }
span { border-color: rgb(221,212,249); }
td.TdClassName
{
border-color: #DDD4F9;
}
.TagClassName
{
border-color: #DDD4F9;
}
</style>