Shades of Quartz #DDD7FC
Tints of Quartz #DDD7FC
RGB
CMYK
RGB Variations
Color information
#DDD7FC (or 0xDDD7FC) is known color: Quartz. HEX triplet: DD, D7 and FC. RGB value is (221,215,252). Sum of RGB (Red+Green+Blue) = 221+215+252=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FC is #222803. Grayscale: #DCDCDC. Windows color (decimal): -2238468 or 16570333. OLE color: 16570333.
HSL color Cylindrical-coordinate representation of color #DDD7FC: hue angle of 249.73º degrees, saturation: 0.86, 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 #DDD7FC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 215 | 252 | - |
CMYK | 0.12 | 0.15 | 0 | 0.01 |
HSL | 249.73º | 0.86% | 0.92% | - |
HSV(B) | 249.73º | 0.15% | 0.99% | - |
XYZ | 71.69 | 71 | 102.02 | - |
YUV | 221.01 | 145.49 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 252 | 0.12 | 0.15 | 0 | 0.01 | 249.73 | 0.86 | 0.92 |
Hex | DD | D7 | FC | C | F | 0 | 1 | FA | 56 | 5C |
Octal | 335 | 327 | 374 | 14 | 17 | 0 | 1 | 372 | 126 | 134 |
Binary | 11011101 | 11010111 | 11111100 | 1100 | 1111 | 0 | 1 | 11111010 | 1010110 | 1011100 |
Color Harmonies of #DDD7FC
Complementary color
Monochromatic Colors of #DDD7FC
Black with #DDD7FC
Text Example
Text Example
White with #DDD7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7FC; }
p { color: rgb(221,215,252); }
H1.HeaderClassName
{
color: #DDD7FC;
}
.AnyTagClassName
{
color: #DDD7FC;
}
</style>
background-color css
<style>
a { background-color: #DDD7FC; }
a { background-color: rgb(221,215,252); }
div.DivClassName
{
background-color: #DDD7FC;
}
.BgClassName
{
background-color: #DDD7FC;
}
</style>
border-color css
<style>
span { border-color: #DDD7FC; }
span { border-color: rgb(221,215,252); }
td.TdClassName
{
border-color: #DDD7FC;
}
.TagClassName
{
border-color: #DDD7FC;
}
</style>