Shades of Quartz #DDDCF9
Tints of Quartz #DDDCF9
RGB
CMYK
RGB Variations
Color information
#DDDCF9 (or 0xDDDCF9) is known color: Quartz. HEX triplet: DD, DC and F9. RGB value is (221,220,249). Sum of RGB (Red+Green+Blue) = 221+220+249=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF9 is #222306. Grayscale: #DFDFDF. Windows color (decimal): -2237191 or 16375005. OLE color: 16375005.
HSL color Cylindrical-coordinate representation of color #DDDCF9: hue angle of 242.07º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDCF9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 220 | 249 | - |
CMYK | 0.11 | 0.12 | 0 | 0.02 |
HSL | 242.07º | 0.71% | 0.92% | - |
HSV(B) | 242.07º | 0.12% | 0.98% | - |
XYZ | 72.51 | 73.4 | 99.97 | - |
YUV | 223.61 | 142.33 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 249 | 0.11 | 0.12 | 0 | 0.02 | 242.07 | 0.71 | 0.92 |
Hex | DD | DC | F9 | B | C | 0 | 2 | F2 | 47 | 5C |
Octal | 335 | 334 | 371 | 13 | 14 | 0 | 2 | 362 | 107 | 134 |
Binary | 11011101 | 11011100 | 11111001 | 1011 | 1100 | 0 | 10 | 11110010 | 1000111 | 1011100 |
Color Harmonies of #DDDCF9
Complementary color
Monochromatic Colors of #DDDCF9
Black with #DDDCF9
Text Example
Text Example
White with #DDDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF9; }
p { color: rgb(221,220,249); }
H1.HeaderClassName
{
color: #DDDCF9;
}
.AnyTagClassName
{
color: #DDDCF9;
}
</style>
background-color css
<style>
a { background-color: #DDDCF9; }
a { background-color: rgb(221,220,249); }
div.DivClassName
{
background-color: #DDDCF9;
}
.BgClassName
{
background-color: #DDDCF9;
}
</style>
border-color css
<style>
span { border-color: #DDDCF9; }
span { border-color: rgb(221,220,249); }
td.TdClassName
{
border-color: #DDDCF9;
}
.TagClassName
{
border-color: #DDDCF9;
}
</style>