Shades of Quartz #DDD3FC
Tints of Quartz #DDD3FC
RGB
CMYK
RGB Variations
Color information
#DDD3FC (or 0xDDD3FC) is known color: Quartz. HEX triplet: DD, D3 and FC. RGB value is (221,211,252). Sum of RGB (Red+Green+Blue) = 221+211+252=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3FC is #222C03. Grayscale: #DADADA. Windows color (decimal): -2239492 or 16569309. OLE color: 16569309.
HSL color Cylindrical-coordinate representation of color #DDD3FC: hue angle of 254.63º degrees, saturation: 0.87, 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 #DDD3FC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 211 | 252 | - |
CMYK | 0.12 | 0.16 | 0 | 0.01 |
HSL | 254.63º | 0.87% | 0.91% | - |
HSV(B) | 254.63º | 0.16% | 0.99% | - |
XYZ | 70.68 | 68.99 | 101.69 | - |
YUV | 218.66 | 146.81 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 252 | 0.12 | 0.16 | 0 | 0.01 | 254.63 | 0.87 | 0.91 |
Hex | DD | D3 | FC | C | 10 | 0 | 1 | FF | 57 | 5B |
Octal | 335 | 323 | 374 | 14 | 20 | 0 | 1 | 377 | 127 | 133 |
Binary | 11011101 | 11010011 | 11111100 | 1100 | 10000 | 0 | 1 | 11111111 | 1010111 | 1011011 |
Color Harmonies of #DDD3FC
Complementary color
Monochromatic Colors of #DDD3FC
Black with #DDD3FC
Text Example
Text Example
White with #DDD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3FC; }
p { color: rgb(221,211,252); }
H1.HeaderClassName
{
color: #DDD3FC;
}
.AnyTagClassName
{
color: #DDD3FC;
}
</style>
background-color css
<style>
a { background-color: #DDD3FC; }
a { background-color: rgb(221,211,252); }
div.DivClassName
{
background-color: #DDD3FC;
}
.BgClassName
{
background-color: #DDD3FC;
}
</style>
border-color css
<style>
span { border-color: #DDD3FC; }
span { border-color: rgb(221,211,252); }
td.TdClassName
{
border-color: #DDD3FC;
}
.TagClassName
{
border-color: #DDD3FC;
}
</style>