Shades of Quartz #D4D8FF
Tints of Quartz #D4D8FF
RGB
CMYK
RGB Variations
Color information
#D4D8FF (or 0xD4D8FF) is known color: Quartz. HEX triplet: D4, D8 and FF. RGB value is (212,216,255). Sum of RGB (Red+Green+Blue) = 212+216+255=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D8FF is #2B2700. Grayscale: #DBDBDB. Windows color (decimal): -2828033 or 16767188. OLE color: 16767188.
HSL color Cylindrical-coordinate representation of color #D4D8FF: hue angle of 234.42º 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 #D4D8FF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 216 | 255 | - |
| CMYK | 0.17 | 0.15 | 0 | 0 |
| HSL | 234.42º | 1% | 0.92% | - |
| HSV(B) | 234.42º | 0.17% | 1% | - |
| XYZ | 69.76 | 70.33 | 104.51 | - |
| YUV | 219.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 255 | 0.17 | 0.15 | 0 | 0 | 234.42 | 1 | 0.92 |
| Hex | D4 | D8 | FF | 11 | F | 0 | 0 | EA | 64 | 5C |
| Octal | 324 | 330 | 377 | 21 | 17 | 0 | 0 | 352 | 144 | 134 |
| Binary | 11010100 | 11011000 | 11111111 | 10001 | 1111 | 0 | 0 | 11101010 | 1100100 | 1011100 |
Color Harmonies of #D4D8FF
Complementary color
Monochromatic Colors of #D4D8FF
Black with #D4D8FF
Text Example
Text Example
White with #D4D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8FF; }
p { color: rgb(212,216,255); }
H1.HeaderClassName
{
color: #D4D8FF;
}
.AnyTagClassName
{
color: #D4D8FF;
}
</style>
background-color css
<style>
a { background-color: #D4D8FF; }
a { background-color: rgb(212,216,255); }
div.DivClassName
{
background-color: #D4D8FF;
}
.BgClassName
{
background-color: #D4D8FF;
}
</style>
border-color css
<style>
span { border-color: #D4D8FF; }
span { border-color: rgb(212,216,255); }
td.TdClassName
{
border-color: #D4D8FF;
}
.TagClassName
{
border-color: #D4D8FF;
}
</style>