Shades of Quartz #DDDAF7
Tints of Quartz #DDDAF7
RGB
CMYK
RGB Variations
Color information
#DDDAF7 (or 0xDDDAF7) is known color: Quartz. HEX triplet: DD, DA and F7. RGB value is (221,218,247). Sum of RGB (Red+Green+Blue) = 221+218+247=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF7 is #222508. Grayscale: #DEDEDE. Windows color (decimal): -2237705 or 16243421. OLE color: 16243421.
HSL color Cylindrical-coordinate representation of color #DDDAF7: hue angle of 246.21º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDAF7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 218 | 247 | - |
CMYK | 0.11 | 0.12 | 0 | 0.03 |
HSL | 246.21º | 0.64% | 0.91% | - |
HSV(B) | 246.21º | 0.12% | 0.97% | - |
XYZ | 71.68 | 72.23 | 98.16 | - |
YUV | 222.2 | 141.99 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 247 | 0.11 | 0.12 | 0 | 0.03 | 246.21 | 0.64 | 0.91 |
Hex | DD | DA | F7 | B | C | 0 | 3 | F6 | 40 | 5B |
Octal | 335 | 332 | 367 | 13 | 14 | 0 | 3 | 366 | 100 | 133 |
Binary | 11011101 | 11011010 | 11110111 | 1011 | 1100 | 0 | 11 | 11110110 | 1000000 | 1011011 |
Color Harmonies of #DDDAF7
Complementary color
Monochromatic Colors of #DDDAF7
Black with #DDDAF7
Text Example
Text Example
White with #DDDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF7; }
p { color: rgb(221,218,247); }
H1.HeaderClassName
{
color: #DDDAF7;
}
.AnyTagClassName
{
color: #DDDAF7;
}
</style>
background-color css
<style>
a { background-color: #DDDAF7; }
a { background-color: rgb(221,218,247); }
div.DivClassName
{
background-color: #DDDAF7;
}
.BgClassName
{
background-color: #DDDAF7;
}
</style>
border-color css
<style>
span { border-color: #DDDAF7; }
span { border-color: rgb(221,218,247); }
td.TdClassName
{
border-color: #DDDAF7;
}
.TagClassName
{
border-color: #DDDAF7;
}
</style>