Shades of Quartz #D4DBFD
Tints of Quartz #D4DBFD
RGB
CMYK
RGB Variations
Color information
#D4DBFD (or 0xD4DBFD) is known color: Quartz. HEX triplet: D4, DB and FD. RGB value is (212,219,253). Sum of RGB (Red+Green+Blue) = 212+219+253=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DBFD is #2B2402. Grayscale: #DCDCDC. Windows color (decimal): -2827267 or 16636884. OLE color: 16636884.
HSL color Cylindrical-coordinate representation of color #D4DBFD: hue angle of 229.76º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DBFD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 219 | 253 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.01 |
| HSL | 229.76º | 0.91% | 0.91% | - |
| HSV(B) | 229.76º | 0.16% | 0.99% | - |
| XYZ | 70.21 | 71.75 | 103.08 | - |
| YUV | 220.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 253 | 0.16 | 0.13 | 0 | 0.01 | 229.76 | 0.91 | 0.91 |
| Hex | D4 | DB | FD | 10 | D | 0 | 1 | E6 | 5B | 5B |
| Octal | 324 | 333 | 375 | 20 | 15 | 0 | 1 | 346 | 133 | 133 |
| Binary | 11010100 | 11011011 | 11111101 | 10000 | 1101 | 0 | 1 | 11100110 | 1011011 | 1011011 |
Color Harmonies of #D4DBFD
Complementary color
Monochromatic Colors of #D4DBFD
Black with #D4DBFD
Text Example
Text Example
White with #D4DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBFD; }
p { color: rgb(212,219,253); }
H1.HeaderClassName
{
color: #D4DBFD;
}
.AnyTagClassName
{
color: #D4DBFD;
}
</style>
background-color css
<style>
a { background-color: #D4DBFD; }
a { background-color: rgb(212,219,253); }
div.DivClassName
{
background-color: #D4DBFD;
}
.BgClassName
{
background-color: #D4DBFD;
}
</style>
border-color css
<style>
span { border-color: #D4DBFD; }
span { border-color: rgb(212,219,253); }
td.TdClassName
{
border-color: #D4DBFD;
}
.TagClassName
{
border-color: #D4DBFD;
}
</style>