Shades of Quartz #D8DBFD
Tints of Quartz #D8DBFD
RGB
CMYK
RGB Variations
Color information
#D8DBFD (or 0xD8DBFD) is known color: Quartz. HEX triplet: D8, DB and FD. RGB value is (216,219,253). Sum of RGB (Red+Green+Blue) = 216+219+253=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFD is #272402. Grayscale: #DDDDDD. Windows color (decimal): -2565123 or 16636888. OLE color: 16636888.
HSL color Cylindrical-coordinate representation of color #D8DBFD: hue angle of 235.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DBFD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 219 | 253 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 235.14º | 0.9% | 0.92% | - |
HSV(B) | 235.14º | 0.15% | 0.99% | - |
XYZ | 71.38 | 72.35 | 103.13 | - |
YUV | 221.98 | 145.51 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 253 | 0.15 | 0.13 | 0 | 0.01 | 235.14 | 0.9 | 0.92 |
Hex | D8 | DB | FD | F | D | 0 | 1 | EB | 5A | 5C |
Octal | 330 | 333 | 375 | 17 | 15 | 0 | 1 | 353 | 132 | 134 |
Binary | 11011000 | 11011011 | 11111101 | 1111 | 1101 | 0 | 1 | 11101011 | 1011010 | 1011100 |
Color Harmonies of #D8DBFD
Complementary color
Monochromatic Colors of #D8DBFD
Black with #D8DBFD
Text Example
Text Example
White with #D8DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBFD; }
p { color: rgb(216,219,253); }
H1.HeaderClassName
{
color: #D8DBFD;
}
.AnyTagClassName
{
color: #D8DBFD;
}
</style>
background-color css
<style>
a { background-color: #D8DBFD; }
a { background-color: rgb(216,219,253); }
div.DivClassName
{
background-color: #D8DBFD;
}
.BgClassName
{
background-color: #D8DBFD;
}
</style>
border-color css
<style>
span { border-color: #D8DBFD; }
span { border-color: rgb(216,219,253); }
td.TdClassName
{
border-color: #D8DBFD;
}
.TagClassName
{
border-color: #D8DBFD;
}
</style>