Shades of Quartz #D5D5EC
Tints of Quartz #D5D5EC
RGB
CMYK
RGB Variations
Color information
#D5D5EC (or 0xD5D5EC) is known color: Quartz. HEX triplet: D5, D5 and EC. RGB value is (213,213,236). Sum of RGB (Red+Green+Blue) = 213+213+236=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D5EC is #2A2A13. Grayscale: #D7D7D7. Windows color (decimal): -2763284 or 15521237. OLE color: 15521237.
HSL color Cylindrical-coordinate representation of color #D5D5EC: hue angle of 240º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D5EC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 213 | 236 | - |
CMYK | 0.10 | 0.10 | 0 | 0.07 |
HSL | 240º | 0.38% | 0.88% | - |
HSV(B) | 240º | 0.1% | 0.93% | - |
XYZ | 66.38 | 67.79 | 88.94 | - |
YUV | 215.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 236 | 0.10 | 0.10 | 0 | 0.07 | 240 | 0.38 | 0.88 |
Hex | D5 | D5 | EC | A | A | 0 | 7 | F0 | 26 | 58 |
Octal | 325 | 325 | 354 | 12 | 12 | 0 | 7 | 360 | 46 | 130 |
Binary | 11010101 | 11010101 | 11101100 | 1010 | 1010 | 0 | 111 | 11110000 | 100110 | 1011000 |
Color Harmonies of #D5D5EC
Complementary color
Monochromatic Colors of #D5D5EC
Black with #D5D5EC
Text Example
Text Example
White with #D5D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5EC; }
p { color: rgb(213,213,236); }
H1.HeaderClassName
{
color: #D5D5EC;
}
.AnyTagClassName
{
color: #D5D5EC;
}
</style>
background-color css
<style>
a { background-color: #D5D5EC; }
a { background-color: rgb(213,213,236); }
div.DivClassName
{
background-color: #D5D5EC;
}
.BgClassName
{
background-color: #D5D5EC;
}
</style>
border-color css
<style>
span { border-color: #D5D5EC; }
span { border-color: rgb(213,213,236); }
td.TdClassName
{
border-color: #D5D5EC;
}
.TagClassName
{
border-color: #D5D5EC;
}
</style>