Shades of Quartz #DDDAFD
Tints of Quartz #DDDAFD
RGB
CMYK
RGB Variations
Color information
#DDDAFD (or 0xDDDAFD) is known color: Quartz. HEX triplet: DD, DA and FD. RGB value is (221,218,253). Sum of RGB (Red+Green+Blue) = 221+218+253=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFD is #222502. Grayscale: #DEDEDE. Windows color (decimal): -2237699 or 16636637. OLE color: 16636637.
HSL color Cylindrical-coordinate representation of color #DDDAFD: hue angle of 245.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDAFD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 218 | 253 | - |
CMYK | 0.13 | 0.14 | 0 | 0.01 |
HSL | 245.14º | 0.9% | 0.92% | - |
HSV(B) | 245.14º | 0.14% | 0.99% | - |
XYZ | 72.62 | 72.61 | 103.12 | - |
YUV | 222.89 | 144.99 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 253 | 0.13 | 0.14 | 0 | 0.01 | 245.14 | 0.9 | 0.92 |
Hex | DD | DA | FD | D | E | 0 | 1 | F5 | 5A | 5C |
Octal | 335 | 332 | 375 | 15 | 16 | 0 | 1 | 365 | 132 | 134 |
Binary | 11011101 | 11011010 | 11111101 | 1101 | 1110 | 0 | 1 | 11110101 | 1011010 | 1011100 |
Color Harmonies of #DDDAFD
Complementary color
Monochromatic Colors of #DDDAFD
Black with #DDDAFD
Text Example
Text Example
White with #DDDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAFD; }
p { color: rgb(221,218,253); }
H1.HeaderClassName
{
color: #DDDAFD;
}
.AnyTagClassName
{
color: #DDDAFD;
}
</style>
background-color css
<style>
a { background-color: #DDDAFD; }
a { background-color: rgb(221,218,253); }
div.DivClassName
{
background-color: #DDDAFD;
}
.BgClassName
{
background-color: #DDDAFD;
}
</style>
border-color css
<style>
span { border-color: #DDDAFD; }
span { border-color: rgb(221,218,253); }
td.TdClassName
{
border-color: #DDDAFD;
}
.TagClassName
{
border-color: #DDDAFD;
}
</style>