Shades of Quartz #DDDAF5
Tints of Quartz #DDDAF5
RGB
CMYK
RGB Variations
Color information
#DDDAF5 (or 0xDDDAF5) is known color: Quartz. HEX triplet: DD, DA and F5. RGB value is (221,218,245). Sum of RGB (Red+Green+Blue) = 221+218+245=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF5 is #22250A. Grayscale: #DDDDDD. Windows color (decimal): -2237707 or 16112349. OLE color: 16112349.
HSL color Cylindrical-coordinate representation of color #DDDAF5: hue angle of 246.67º degrees, saturation: 0.57, 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 #DDDAF5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 218 | 245 | - |
CMYK | 0.10 | 0.11 | 0 | 0.04 |
HSL | 246.67º | 0.57% | 0.91% | - |
HSV(B) | 246.67º | 0.11% | 0.96% | - |
XYZ | 71.37 | 72.11 | 96.54 | - |
YUV | 221.98 | 140.99 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 245 | 0.10 | 0.11 | 0 | 0.04 | 246.67 | 0.57 | 0.91 |
Hex | DD | DA | F5 | A | B | 0 | 4 | F7 | 39 | 5B |
Octal | 335 | 332 | 365 | 12 | 13 | 0 | 4 | 367 | 71 | 133 |
Binary | 11011101 | 11011010 | 11110101 | 1010 | 1011 | 0 | 100 | 11110111 | 111001 | 1011011 |
Color Harmonies of #DDDAF5
Complementary color
Monochromatic Colors of #DDDAF5
Black with #DDDAF5
Text Example
Text Example
White with #DDDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAF5; }
p { color: rgb(221,218,245); }
H1.HeaderClassName
{
color: #DDDAF5;
}
.AnyTagClassName
{
color: #DDDAF5;
}
</style>
background-color css
<style>
a { background-color: #DDDAF5; }
a { background-color: rgb(221,218,245); }
div.DivClassName
{
background-color: #DDDAF5;
}
.BgClassName
{
background-color: #DDDAF5;
}
</style>
border-color css
<style>
span { border-color: #DDDAF5; }
span { border-color: rgb(221,218,245); }
td.TdClassName
{
border-color: #DDDAF5;
}
.TagClassName
{
border-color: #DDDAF5;
}
</style>