Shades of Quartz #DDD8FE
Tints of Quartz #DDD8FE
RGB
CMYK
RGB Variations
Color information
#DDD8FE (or 0xDDD8FE) is known color: Quartz. HEX triplet: DD, D8 and FE. RGB value is (221,216,254). Sum of RGB (Red+Green+Blue) = 221+216+254=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8FE is #222701. Grayscale: #DDDDDD. Windows color (decimal): -2238210 or 16701661. OLE color: 16701661.
HSL color Cylindrical-coordinate representation of color #DDD8FE: hue angle of 247.89º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD8FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 216 | 254 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.00 |
| HSL | 247.89º | 0.95% | 0.92% | - |
| HSV(B) | 247.89º | 0.15% | 1% | - |
| XYZ | 72.26 | 71.64 | 103.79 | - |
| YUV | 221.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 254 | 0.13 | 0.15 | 0 | 0.00 | 247.89 | 0.95 | 0.92 |
| Hex | DD | D8 | FE | D | F | 0 | 0 | F8 | 5F | 5C |
| Octal | 335 | 330 | 376 | 15 | 17 | 0 | 0 | 370 | 137 | 134 |
| Binary | 11011101 | 11011000 | 11111110 | 1101 | 1111 | 0 | 0 | 11111000 | 1011111 | 1011100 |
Color Harmonies of #DDD8FE
Complementary color
Monochromatic Colors of #DDD8FE
Black with #DDD8FE
Text Example
Text Example
White with #DDD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8FE; }
p { color: rgb(221,216,254); }
H1.HeaderClassName
{
color: #DDD8FE;
}
.AnyTagClassName
{
color: #DDD8FE;
}
</style>
background-color css
<style>
a { background-color: #DDD8FE; }
a { background-color: rgb(221,216,254); }
div.DivClassName
{
background-color: #DDD8FE;
}
.BgClassName
{
background-color: #DDD8FE;
}
</style>
border-color css
<style>
span { border-color: #DDD8FE; }
span { border-color: rgb(221,216,254); }
td.TdClassName
{
border-color: #DDD8FE;
}
.TagClassName
{
border-color: #DDD8FE;
}
</style>