Shades of Quartz #D4D7FF
Tints of Quartz #D4D7FF
RGB
CMYK
RGB Variations
Color information
#D4D7FF (or 0xD4D7FF) is known color: Quartz. HEX triplet: D4, D7 and FF. RGB value is (212,215,255). Sum of RGB (Red+Green+Blue) = 212+215+255=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 215 (84.38% from 255 or 31.52% 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 #D4D7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7FF is #2B2800. Grayscale: #DADADA. Windows color (decimal): -2828289 or 16766932. OLE color: 16766932.
HSL color Cylindrical-coordinate representation of color #D4D7FF: hue angle of 235.81º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4D7FF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 215 | 255 | - |
| CMYK | 0.17 | 0.16 | 0 | 0 |
| HSL | 235.81º | 1% | 0.92% | - |
| HSV(B) | 235.81º | 0.17% | 1% | - |
| XYZ | 69.5 | 69.82 | 104.42 | - |
| YUV | 218.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 255 | 0.17 | 0.16 | 0 | 0 | 235.81 | 1 | 0.92 |
| Hex | D4 | D7 | FF | 11 | 10 | 0 | 0 | EC | 64 | 5C |
| Octal | 324 | 327 | 377 | 21 | 20 | 0 | 0 | 354 | 144 | 134 |
| Binary | 11010100 | 11010111 | 11111111 | 10001 | 10000 | 0 | 0 | 11101100 | 1100100 | 1011100 |
Color Harmonies of #D4D7FF
Complementary color
Monochromatic Colors of #D4D7FF
Black with #D4D7FF
Text Example
Text Example
White with #D4D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7FF; }
p { color: rgb(212,215,255); }
H1.HeaderClassName
{
color: #D4D7FF;
}
.AnyTagClassName
{
color: #D4D7FF;
}
</style>
background-color css
<style>
a { background-color: #D4D7FF; }
a { background-color: rgb(212,215,255); }
div.DivClassName
{
background-color: #D4D7FF;
}
.BgClassName
{
background-color: #D4D7FF;
}
</style>
border-color css
<style>
span { border-color: #D4D7FF; }
span { border-color: rgb(212,215,255); }
td.TdClassName
{
border-color: #D4D7FF;
}
.TagClassName
{
border-color: #D4D7FF;
}
</style>