Shades of Quartz #D4DAFE
Tints of Quartz #D4DAFE
RGB
CMYK
RGB Variations
Color information
#D4DAFE (or 0xD4DAFE) is known color: Quartz. HEX triplet: D4, DA and FE. RGB value is (212,218,254). Sum of RGB (Red+Green+Blue) = 212+218+254=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAFE is #2B2501. Grayscale: #DCDCDC. Windows color (decimal): -2827522 or 16702164. OLE color: 16702164.
HSL color Cylindrical-coordinate representation of color #D4DAFE: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4DAFE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 218 | 254 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.00 |
| HSL | 231.43º | 0.95% | 0.91% | - |
| HSV(B) | 231.43º | 0.17% | 1% | - |
| XYZ | 70.11 | 71.3 | 103.83 | - |
| YUV | 220.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 254 | 0.17 | 0.14 | 0 | 0.00 | 231.43 | 0.95 | 0.91 |
| Hex | D4 | DA | FE | 11 | E | 0 | 0 | E7 | 5F | 5B |
| Octal | 324 | 332 | 376 | 21 | 16 | 0 | 0 | 347 | 137 | 133 |
| Binary | 11010100 | 11011010 | 11111110 | 10001 | 1110 | 0 | 0 | 11100111 | 1011111 | 1011011 |
Color Harmonies of #D4DAFE
Complementary color
Monochromatic Colors of #D4DAFE
Black with #D4DAFE
Text Example
Text Example
White with #D4DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAFE; }
p { color: rgb(212,218,254); }
H1.HeaderClassName
{
color: #D4DAFE;
}
.AnyTagClassName
{
color: #D4DAFE;
}
</style>
background-color css
<style>
a { background-color: #D4DAFE; }
a { background-color: rgb(212,218,254); }
div.DivClassName
{
background-color: #D4DAFE;
}
.BgClassName
{
background-color: #D4DAFE;
}
</style>
border-color css
<style>
span { border-color: #D4DAFE; }
span { border-color: rgb(212,218,254); }
td.TdClassName
{
border-color: #D4DAFE;
}
.TagClassName
{
border-color: #D4DAFE;
}
</style>