Shades of Quartz #D5D5EB
Tints of Quartz #D5D5EB
RGB
CMYK
RGB Variations
Color information
#D5D5EB (or 0xD5D5EB) is known color: Quartz. HEX triplet: D5, D5 and EB. RGB value is (213,213,235). Sum of RGB (Red+Green+Blue) = 213+213+235=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D5EB is #2A2A14. Grayscale: #D7D7D7. Windows color (decimal): -2763285 or 15455701. OLE color: 15455701.
HSL color Cylindrical-coordinate representation of color #D5D5EB: hue angle of 240º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5D5EB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 213 | 235 | - |
CMYK | 0.09 | 0.09 | 0 | 0.08 |
HSL | 240º | 0.35% | 0.88% | - |
HSV(B) | 240º | 0.09% | 0.92% | - |
XYZ | 66.23 | 67.73 | 88.18 | - |
YUV | 215.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 235 | 0.09 | 0.09 | 0 | 0.08 | 240 | 0.35 | 0.88 |
Hex | D5 | D5 | EB | 9 | 9 | 0 | 8 | F0 | 23 | 58 |
Octal | 325 | 325 | 353 | 11 | 11 | 0 | 10 | 360 | 43 | 130 |
Binary | 11010101 | 11010101 | 11101011 | 1001 | 1001 | 0 | 1000 | 11110000 | 100011 | 1011000 |
Color Harmonies of #D5D5EB
Complementary color
Monochromatic Colors of #D5D5EB
Black with #D5D5EB
Text Example
Text Example
White with #D5D5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5EB; }
p { color: rgb(213,213,235); }
H1.HeaderClassName
{
color: #D5D5EB;
}
.AnyTagClassName
{
color: #D5D5EB;
}
</style>
background-color css
<style>
a { background-color: #D5D5EB; }
a { background-color: rgb(213,213,235); }
div.DivClassName
{
background-color: #D5D5EB;
}
.BgClassName
{
background-color: #D5D5EB;
}
</style>
border-color css
<style>
span { border-color: #D5D5EB; }
span { border-color: rgb(213,213,235); }
td.TdClassName
{
border-color: #D5D5EB;
}
.TagClassName
{
border-color: #D5D5EB;
}
</style>