Shades of Quartz #DDD5FD
Tints of Quartz #DDD5FD
RGB
CMYK
RGB Variations
Color information
#DDD5FD (or 0xDDD5FD) is known color: Quartz. HEX triplet: DD, D5 and FD. RGB value is (221,213,253). Sum of RGB (Red+Green+Blue) = 221+213+253=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FD is #222A02. Grayscale: #DBDBDB. Windows color (decimal): -2238979 or 16635357. OLE color: 16635357.
HSL color Cylindrical-coordinate representation of color #DDD5FD: hue angle of 252º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD5FD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 213 | 253 | - |
CMYK | 0.13 | 0.16 | 0 | 0.01 |
HSL | 252º | 0.91% | 0.91% | - |
HSV(B) | 252º | 0.16% | 0.99% | - |
XYZ | 71.34 | 70.05 | 102.69 | - |
YUV | 219.95 | 146.65 | 128.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 253 | 0.13 | 0.16 | 0 | 0.01 | 252 | 0.91 | 0.91 |
Hex | DD | D5 | FD | D | 10 | 0 | 1 | FC | 5B | 5B |
Octal | 335 | 325 | 375 | 15 | 20 | 0 | 1 | 374 | 133 | 133 |
Binary | 11011101 | 11010101 | 11111101 | 1101 | 10000 | 0 | 1 | 11111100 | 1011011 | 1011011 |
Color Harmonies of #DDD5FD
Complementary color
Monochromatic Colors of #DDD5FD
Black with #DDD5FD
Text Example
Text Example
White with #DDD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5FD; }
p { color: rgb(221,213,253); }
H1.HeaderClassName
{
color: #DDD5FD;
}
.AnyTagClassName
{
color: #DDD5FD;
}
</style>
background-color css
<style>
a { background-color: #DDD5FD; }
a { background-color: rgb(221,213,253); }
div.DivClassName
{
background-color: #DDD5FD;
}
.BgClassName
{
background-color: #DDD5FD;
}
</style>
border-color css
<style>
span { border-color: #DDD5FD; }
span { border-color: rgb(221,213,253); }
td.TdClassName
{
border-color: #DDD5FD;
}
.TagClassName
{
border-color: #DDD5FD;
}
</style>