Shades of Quartz #D5D6FF
Tints of Quartz #D5D6FF
RGB
CMYK
RGB Variations
Color information
#D5D6FF (or 0xD5D6FF) is known color: Quartz. HEX triplet: D5, D6 and FF. RGB value is (213,214,255). Sum of RGB (Red+Green+Blue) = 213+214+255=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D6FF is #2A2900. Grayscale: #DADADA. Windows color (decimal): -2763009 or 16766677. OLE color: 16766677.
HSL color Cylindrical-coordinate representation of color #D5D6FF: hue angle of 238.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D6FF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 214 | 255 | - |
CMYK | 0.16 | 0.16 | 0 | 0 |
HSL | 238.57º | 1% | 0.92% | - |
HSV(B) | 238.57º | 0.16% | 1% | - |
XYZ | 69.54 | 69.46 | 104.35 | - |
YUV | 218.38 | 148.67 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 214 | 255 | 0.16 | 0.16 | 0 | 0 | 238.57 | 1 | 0.92 |
Hex | D5 | D6 | FF | 10 | 10 | 0 | 0 | EF | 64 | 5C |
Octal | 325 | 326 | 377 | 20 | 20 | 0 | 0 | 357 | 144 | 134 |
Binary | 11010101 | 11010110 | 11111111 | 10000 | 10000 | 0 | 0 | 11101111 | 1100100 | 1011100 |
Color Harmonies of #D5D6FF
Complementary color
Monochromatic Colors of #D5D6FF
Black with #D5D6FF
Text Example
Text Example
White with #D5D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6FF; }
p { color: rgb(213,214,255); }
H1.HeaderClassName
{
color: #D5D6FF;
}
.AnyTagClassName
{
color: #D5D6FF;
}
</style>
background-color css
<style>
a { background-color: #D5D6FF; }
a { background-color: rgb(213,214,255); }
div.DivClassName
{
background-color: #D5D6FF;
}
.BgClassName
{
background-color: #D5D6FF;
}
</style>
border-color css
<style>
span { border-color: #D5D6FF; }
span { border-color: rgb(213,214,255); }
td.TdClassName
{
border-color: #D5D6FF;
}
.TagClassName
{
border-color: #D5D6FF;
}
</style>