Shades of Quartz #DDDFF9
Tints of Quartz #DDDFF9
RGB
CMYK
RGB Variations
Color information
#DDDFF9 (or 0xDDDFF9) is known color: Quartz. HEX triplet: DD, DF and F9. RGB value is (221,223,249). Sum of RGB (Red+Green+Blue) = 221+223+249=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF9 is #222006. Grayscale: #E1E1E1. Windows color (decimal): -2236423 or 16375773. OLE color: 16375773.
HSL color Cylindrical-coordinate representation of color #DDDFF9: hue angle of 235.71º 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 #DDDFF9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 223 | 249 | - |
CMYK | 0.11 | 0.10 | 0 | 0.02 |
HSL | 235.71º | 0.7% | 0.92% | - |
HSV(B) | 235.71º | 0.11% | 0.98% | - |
XYZ | 73.31 | 74.99 | 100.23 | - |
YUV | 225.37 | 141.34 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 249 | 0.11 | 0.10 | 0 | 0.02 | 235.71 | 0.7 | 0.92 |
Hex | DD | DF | F9 | B | A | 0 | 2 | EC | 46 | 5C |
Octal | 335 | 337 | 371 | 13 | 12 | 0 | 2 | 354 | 106 | 134 |
Binary | 11011101 | 11011111 | 11111001 | 1011 | 1010 | 0 | 10 | 11101100 | 1000110 | 1011100 |
Color Harmonies of #DDDFF9
Complementary color
Monochromatic Colors of #DDDFF9
Black with #DDDFF9
Text Example
Text Example
White with #DDDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF9; }
p { color: rgb(221,223,249); }
H1.HeaderClassName
{
color: #DDDFF9;
}
.AnyTagClassName
{
color: #DDDFF9;
}
</style>
background-color css
<style>
a { background-color: #DDDFF9; }
a { background-color: rgb(221,223,249); }
div.DivClassName
{
background-color: #DDDFF9;
}
.BgClassName
{
background-color: #DDDFF9;
}
</style>
border-color css
<style>
span { border-color: #DDDFF9; }
span { border-color: rgb(221,223,249); }
td.TdClassName
{
border-color: #DDDFF9;
}
.TagClassName
{
border-color: #DDDFF9;
}
</style>