Shades of Quartz #DDDAF3
Tints of Quartz #DDDAF3
RGB
CMYK
RGB Variations
Color information
#DDDAF3 (or 0xDDDAF3) is known color: Quartz. HEX triplet: DD, DA and F3. RGB value is (221,218,243). Sum of RGB (Red+Green+Blue) = 221+218+243=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF3 is #22250C. Grayscale: #DDDDDD. Windows color (decimal): -2237709 or 15981277. OLE color: 15981277.
HSL color Cylindrical-coordinate representation of color #DDDAF3: hue angle of 247.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDAF3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 218 | 243 | - |
CMYK | 0.09 | 0.10 | 0 | 0.05 |
HSL | 247.2º | 0.51% | 0.9% | - |
HSV(B) | 247.2º | 0.1% | 0.95% | - |
XYZ | 71.07 | 71.99 | 94.94 | - |
YUV | 221.75 | 139.99 | 127.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 243 | 0.09 | 0.10 | 0 | 0.05 | 247.2 | 0.51 | 0.9 |
Hex | DD | DA | F3 | 9 | A | 0 | 5 | F7 | 33 | 5A |
Octal | 335 | 332 | 363 | 11 | 12 | 0 | 5 | 367 | 63 | 132 |
Binary | 11011101 | 11011010 | 11110011 | 1001 | 1010 | 0 | 101 | 11110111 | 110011 | 1011010 |
Color Harmonies of #DDDAF3
Complementary color
Monochromatic Colors of #DDDAF3
Black with #DDDAF3
Text Example
Text Example
White with #DDDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF3; }
p { color: rgb(221,218,243); }
H1.HeaderClassName
{
color: #DDDAF3;
}
.AnyTagClassName
{
color: #DDDAF3;
}
</style>
background-color css
<style>
a { background-color: #DDDAF3; }
a { background-color: rgb(221,218,243); }
div.DivClassName
{
background-color: #DDDAF3;
}
.BgClassName
{
background-color: #DDDAF3;
}
</style>
border-color css
<style>
span { border-color: #DDDAF3; }
span { border-color: rgb(221,218,243); }
td.TdClassName
{
border-color: #DDDAF3;
}
.TagClassName
{
border-color: #DDDAF3;
}
</style>