Shades of Quartz #D4DBFF
Tints of Quartz #D4DBFF
RGB
CMYK
RGB Variations
Color information
#D4DBFF (or 0xD4DBFF) is known color: Quartz. HEX triplet: D4, DB and FF. RGB value is (212,219,255). Sum of RGB (Red+Green+Blue) = 212+219+255=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DBFF is #2B2400. Grayscale: #DCDCDC. Windows color (decimal): -2827265 or 16767956. OLE color: 16767956.
HSL color Cylindrical-coordinate representation of color #D4DBFF: hue angle of 230.23º 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 #D4DBFF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 219 | 255 | - |
| CMYK | 0.17 | 0.14 | 0 | 0 |
| HSL | 230.23º | 1% | 0.92% | - |
| HSV(B) | 230.23º | 0.17% | 1% | - |
| XYZ | 70.53 | 71.88 | 104.76 | - |
| YUV | 221.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 255 | 0.17 | 0.14 | 0 | 0 | 230.23 | 1 | 0.92 |
| Hex | D4 | DB | FF | 11 | E | 0 | 0 | E6 | 64 | 5C |
| Octal | 324 | 333 | 377 | 21 | 16 | 0 | 0 | 346 | 144 | 134 |
| Binary | 11010100 | 11011011 | 11111111 | 10001 | 1110 | 0 | 0 | 11100110 | 1100100 | 1011100 |
Color Harmonies of #D4DBFF
Complementary color
Monochromatic Colors of #D4DBFF
Black with #D4DBFF
Text Example
Text Example
White with #D4DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBFF; }
p { color: rgb(212,219,255); }
H1.HeaderClassName
{
color: #D4DBFF;
}
.AnyTagClassName
{
color: #D4DBFF;
}
</style>
background-color css
<style>
a { background-color: #D4DBFF; }
a { background-color: rgb(212,219,255); }
div.DivClassName
{
background-color: #D4DBFF;
}
.BgClassName
{
background-color: #D4DBFF;
}
</style>
border-color css
<style>
span { border-color: #D4DBFF; }
span { border-color: rgb(212,219,255); }
td.TdClassName
{
border-color: #D4DBFF;
}
.TagClassName
{
border-color: #D4DBFF;
}
</style>