Shades of Quartz #DDD7FA
Tints of Quartz #DDD7FA
RGB
CMYK
RGB Variations
Color information
#DDD7FA (or 0xDDD7FA) is known color: Quartz. HEX triplet: DD, D7 and FA. RGB value is (221,215,250). Sum of RGB (Red+Green+Blue) = 221+215+250=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FA is #222805. Grayscale: #DCDCDC. Windows color (decimal): -2238470 or 16439261. OLE color: 16439261.
HSL color Cylindrical-coordinate representation of color #DDD7FA: hue angle of 250.29º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD7FA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 215 | 250 | - |
CMYK | 0.12 | 0.14 | 0 | 0.02 |
HSL | 250.29º | 0.78% | 0.91% | - |
HSV(B) | 250.29º | 0.14% | 0.98% | - |
XYZ | 71.37 | 70.88 | 100.36 | - |
YUV | 220.78 | 144.49 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 250 | 0.12 | 0.14 | 0 | 0.02 | 250.29 | 0.78 | 0.91 |
Hex | DD | D7 | FA | C | E | 0 | 2 | FA | 4E | 5B |
Octal | 335 | 327 | 372 | 14 | 16 | 0 | 2 | 372 | 116 | 133 |
Binary | 11011101 | 11010111 | 11111010 | 1100 | 1110 | 0 | 10 | 11111010 | 1001110 | 1011011 |
Color Harmonies of #DDD7FA
Complementary color
Monochromatic Colors of #DDD7FA
Black with #DDD7FA
Text Example
Text Example
White with #DDD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7FA; }
p { color: rgb(221,215,250); }
H1.HeaderClassName
{
color: #DDD7FA;
}
.AnyTagClassName
{
color: #DDD7FA;
}
</style>
background-color css
<style>
a { background-color: #DDD7FA; }
a { background-color: rgb(221,215,250); }
div.DivClassName
{
background-color: #DDD7FA;
}
.BgClassName
{
background-color: #DDD7FA;
}
</style>
border-color css
<style>
span { border-color: #DDD7FA; }
span { border-color: rgb(221,215,250); }
td.TdClassName
{
border-color: #DDD7FA;
}
.TagClassName
{
border-color: #DDD7FA;
}
</style>