Shades of Quartz #DDD7FD
Tints of Quartz #DDD7FD
RGB
CMYK
RGB Variations
Color information
#DDD7FD (or 0xDDD7FD) is known color: Quartz. HEX triplet: DD, D7 and FD. RGB value is (221,215,253). Sum of RGB (Red+Green+Blue) = 221+215+253=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FD is #222802. Grayscale: #DCDCDC. Windows color (decimal): -2238467 or 16635869. OLE color: 16635869.
HSL color Cylindrical-coordinate representation of color #DDD7FD: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD7FD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 215 | 253 | - |
CMYK | 0.13 | 0.15 | 0 | 0.01 |
HSL | 249.47º | 0.9% | 0.92% | - |
HSV(B) | 249.47º | 0.15% | 0.99% | - |
XYZ | 71.85 | 71.06 | 102.86 | - |
YUV | 221.13 | 145.99 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 253 | 0.13 | 0.15 | 0 | 0.01 | 249.47 | 0.9 | 0.92 |
Hex | DD | D7 | FD | D | F | 0 | 1 | F9 | 5A | 5C |
Octal | 335 | 327 | 375 | 15 | 17 | 0 | 1 | 371 | 132 | 134 |
Binary | 11011101 | 11010111 | 11111101 | 1101 | 1111 | 0 | 1 | 11111001 | 1011010 | 1011100 |
Color Harmonies of #DDD7FD
Complementary color
Monochromatic Colors of #DDD7FD
Black with #DDD7FD
Text Example
Text Example
White with #DDD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7FD; }
p { color: rgb(221,215,253); }
H1.HeaderClassName
{
color: #DDD7FD;
}
.AnyTagClassName
{
color: #DDD7FD;
}
</style>
background-color css
<style>
a { background-color: #DDD7FD; }
a { background-color: rgb(221,215,253); }
div.DivClassName
{
background-color: #DDD7FD;
}
.BgClassName
{
background-color: #DDD7FD;
}
</style>
border-color css
<style>
span { border-color: #DDD7FD; }
span { border-color: rgb(221,215,253); }
td.TdClassName
{
border-color: #DDD7FD;
}
.TagClassName
{
border-color: #DDD7FD;
}
</style>