Shades of Quartz #DDDDF9
Tints of Quartz #DDDDF9
RGB
CMYK
RGB Variations
Color information
#DDDDF9 (or 0xDDDDF9) is known color: Quartz. HEX triplet: DD, DD and F9. RGB value is (221,221,249). Sum of RGB (Red+Green+Blue) = 221+221+249=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF9 is #222206. Grayscale: #E0E0E0. Windows color (decimal): -2236935 or 16375261. OLE color: 16375261.
HSL color Cylindrical-coordinate representation of color #DDDDF9: hue angle of 240º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDDF9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 221 | 249 | - |
CMYK | 0.11 | 0.11 | 0 | 0.02 |
HSL | 240º | 0.7% | 0.92% | - |
HSV(B) | 240º | 0.11% | 0.98% | - |
XYZ | 72.77 | 73.92 | 100.06 | - |
YUV | 224.19 | 142 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 249 | 0.11 | 0.11 | 0 | 0.02 | 240 | 0.7 | 0.92 |
Hex | DD | DD | F9 | B | B | 0 | 2 | F0 | 46 | 5C |
Octal | 335 | 335 | 371 | 13 | 13 | 0 | 2 | 360 | 106 | 134 |
Binary | 11011101 | 11011101 | 11111001 | 1011 | 1011 | 0 | 10 | 11110000 | 1000110 | 1011100 |
Color Harmonies of #DDDDF9
Complementary color
Monochromatic Colors of #DDDDF9
Black with #DDDDF9
Text Example
Text Example
White with #DDDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDF9; }
p { color: rgb(221,221,249); }
H1.HeaderClassName
{
color: #DDDDF9;
}
.AnyTagClassName
{
color: #DDDDF9;
}
</style>
background-color css
<style>
a { background-color: #DDDDF9; }
a { background-color: rgb(221,221,249); }
div.DivClassName
{
background-color: #DDDDF9;
}
.BgClassName
{
background-color: #DDDDF9;
}
</style>
border-color css
<style>
span { border-color: #DDDDF9; }
span { border-color: rgb(221,221,249); }
td.TdClassName
{
border-color: #DDDDF9;
}
.TagClassName
{
border-color: #DDDDF9;
}
</style>