Shades of Quartz #DDDAF6
Tints of Quartz #DDDAF6
RGB
CMYK
RGB Variations
Color information
#DDDAF6 (or 0xDDDAF6) is known color: Quartz. HEX triplet: DD, DA and F6. RGB value is (221,218,246). Sum of RGB (Red+Green+Blue) = 221+218+246=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF6 is #222509. Grayscale: #DDDDDD. Windows color (decimal): -2237706 or 16177885. OLE color: 16177885.
HSL color Cylindrical-coordinate representation of color #DDDAF6: hue angle of 246.43º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDAF6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 218 | 246 | - |
CMYK | 0.10 | 0.11 | 0 | 0.04 |
HSL | 246.43º | 0.61% | 0.91% | - |
HSV(B) | 246.43º | 0.11% | 0.96% | - |
XYZ | 71.52 | 72.17 | 97.35 | - |
YUV | 222.09 | 141.49 | 127.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 246 | 0.10 | 0.11 | 0 | 0.04 | 246.43 | 0.61 | 0.91 |
Hex | DD | DA | F6 | A | B | 0 | 4 | F6 | 3D | 5B |
Octal | 335 | 332 | 366 | 12 | 13 | 0 | 4 | 366 | 75 | 133 |
Binary | 11011101 | 11011010 | 11110110 | 1010 | 1011 | 0 | 100 | 11110110 | 111101 | 1011011 |
Color Harmonies of #DDDAF6
Complementary color
Monochromatic Colors of #DDDAF6
Black with #DDDAF6
Text Example
Text Example
White with #DDDAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF6; }
p { color: rgb(221,218,246); }
H1.HeaderClassName
{
color: #DDDAF6;
}
.AnyTagClassName
{
color: #DDDAF6;
}
</style>
background-color css
<style>
a { background-color: #DDDAF6; }
a { background-color: rgb(221,218,246); }
div.DivClassName
{
background-color: #DDDAF6;
}
.BgClassName
{
background-color: #DDDAF6;
}
</style>
border-color css
<style>
span { border-color: #DDDAF6; }
span { border-color: rgb(221,218,246); }
td.TdClassName
{
border-color: #DDDAF6;
}
.TagClassName
{
border-color: #DDDAF6;
}
</style>