Shades of Quartz #DDDFF6
Tints of Quartz #DDDFF6
RGB
CMYK
RGB Variations
Color information
#DDDFF6 (or 0xDDDFF6) is known color: Quartz. HEX triplet: DD, DF and F6. RGB value is (221,223,246). Sum of RGB (Red+Green+Blue) = 221+223+246=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF6 is #222009. Grayscale: #E0E0E0. Windows color (decimal): -2236426 or 16179165. OLE color: 16179165.
HSL color Cylindrical-coordinate representation of color #DDDFF6: hue angle of 235.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDFF6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 223 | 246 | - |
CMYK | 0.10 | 0.09 | 0 | 0.04 |
HSL | 235.2º | 0.58% | 0.92% | - |
HSV(B) | 235.2º | 0.1% | 0.96% | - |
XYZ | 72.84 | 74.8 | 97.79 | - |
YUV | 225.02 | 139.84 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 246 | 0.10 | 0.09 | 0 | 0.04 | 235.2 | 0.58 | 0.92 |
Hex | DD | DF | F6 | A | 9 | 0 | 4 | EB | 3A | 5C |
Octal | 335 | 337 | 366 | 12 | 11 | 0 | 4 | 353 | 72 | 134 |
Binary | 11011101 | 11011111 | 11110110 | 1010 | 1001 | 0 | 100 | 11101011 | 111010 | 1011100 |
Color Harmonies of #DDDFF6
Complementary color
Monochromatic Colors of #DDDFF6
Black with #DDDFF6
Text Example
Text Example
White with #DDDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFF6; }
p { color: rgb(221,223,246); }
H1.HeaderClassName
{
color: #DDDFF6;
}
.AnyTagClassName
{
color: #DDDFF6;
}
</style>
background-color css
<style>
a { background-color: #DDDFF6; }
a { background-color: rgb(221,223,246); }
div.DivClassName
{
background-color: #DDDFF6;
}
.BgClassName
{
background-color: #DDDFF6;
}
</style>
border-color css
<style>
span { border-color: #DDDFF6; }
span { border-color: rgb(221,223,246); }
td.TdClassName
{
border-color: #DDDFF6;
}
.TagClassName
{
border-color: #DDDFF6;
}
</style>