Shades of Quartz #DDD5F7
Tints of Quartz #DDD5F7
RGB
CMYK
RGB Variations
Color information
#DDD5F7 (or 0xDDD5F7) is known color: Quartz. HEX triplet: DD, D5 and F7. RGB value is (221,213,247). Sum of RGB (Red+Green+Blue) = 221+213+247=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5F7 is #222A08. Grayscale: #DBDBDB. Windows color (decimal): -2238985 or 16242141. OLE color: 16242141.
HSL color Cylindrical-coordinate representation of color #DDD5F7: hue angle of 254.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD5F7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 213 | 247 | - |
CMYK | 0.11 | 0.14 | 0 | 0.03 |
HSL | 254.12º | 0.68% | 0.9% | - |
HSV(B) | 254.12º | 0.14% | 0.97% | - |
XYZ | 70.4 | 69.68 | 97.73 | - |
YUV | 219.27 | 143.65 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 247 | 0.11 | 0.14 | 0 | 0.03 | 254.12 | 0.68 | 0.9 |
Hex | DD | D5 | F7 | B | E | 0 | 3 | FE | 44 | 5A |
Octal | 335 | 325 | 367 | 13 | 16 | 0 | 3 | 376 | 104 | 132 |
Binary | 11011101 | 11010101 | 11110111 | 1011 | 1110 | 0 | 11 | 11111110 | 1000100 | 1011010 |
Color Harmonies of #DDD5F7
Complementary color
Monochromatic Colors of #DDD5F7
Black with #DDD5F7
Text Example
Text Example
White with #DDD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5F7; }
p { color: rgb(221,213,247); }
H1.HeaderClassName
{
color: #DDD5F7;
}
.AnyTagClassName
{
color: #DDD5F7;
}
</style>
background-color css
<style>
a { background-color: #DDD5F7; }
a { background-color: rgb(221,213,247); }
div.DivClassName
{
background-color: #DDD5F7;
}
.BgClassName
{
background-color: #DDD5F7;
}
</style>
border-color css
<style>
span { border-color: #DDD5F7; }
span { border-color: rgb(221,213,247); }
td.TdClassName
{
border-color: #DDD5F7;
}
.TagClassName
{
border-color: #DDD5F7;
}
</style>