Shades of Quartz #D4DAFF
Tints of Quartz #D4DAFF
RGB
CMYK
RGB Variations
Color information
#D4DAFF (or 0xD4DAFF) is known color: Quartz. HEX triplet: D4, DA and FF. RGB value is (212,218,255). Sum of RGB (Red+Green+Blue) = 212+218+255=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAFF is #2B2500. Grayscale: #DCDCDC. Windows color (decimal): -2827521 or 16767700. OLE color: 16767700.
HSL color Cylindrical-coordinate representation of color #D4DAFF: hue angle of 231.63º 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 #D4DAFF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 218 | 255 | - |
| CMYK | 0.17 | 0.15 | 0 | 0 |
| HSL | 231.63º | 1% | 0.92% | - |
| HSV(B) | 231.63º | 0.17% | 1% | - |
| XYZ | 70.27 | 71.36 | 104.68 | - |
| YUV | 220.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 255 | 0.17 | 0.15 | 0 | 0 | 231.63 | 1 | 0.92 |
| Hex | D4 | DA | FF | 11 | F | 0 | 0 | E8 | 64 | 5C |
| Octal | 324 | 332 | 377 | 21 | 17 | 0 | 0 | 350 | 144 | 134 |
| Binary | 11010100 | 11011010 | 11111111 | 10001 | 1111 | 0 | 0 | 11101000 | 1100100 | 1011100 |
Color Harmonies of #D4DAFF
Complementary color
Monochromatic Colors of #D4DAFF
Black with #D4DAFF
Text Example
Text Example
White with #D4DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAFF; }
p { color: rgb(212,218,255); }
H1.HeaderClassName
{
color: #D4DAFF;
}
.AnyTagClassName
{
color: #D4DAFF;
}
</style>
background-color css
<style>
a { background-color: #D4DAFF; }
a { background-color: rgb(212,218,255); }
div.DivClassName
{
background-color: #D4DAFF;
}
.BgClassName
{
background-color: #D4DAFF;
}
</style>
border-color css
<style>
span { border-color: #D4DAFF; }
span { border-color: rgb(212,218,255); }
td.TdClassName
{
border-color: #D4DAFF;
}
.TagClassName
{
border-color: #D4DAFF;
}
</style>