Shades of Quartz #D8DCFD
Tints of Quartz #D8DCFD
RGB
CMYK
RGB Variations
Color information
#D8DCFD (or 0xD8DCFD) is known color: Quartz. HEX triplet: D8, DC and FD. RGB value is (216,220,253). Sum of RGB (Red+Green+Blue) = 216+220+253=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCFD is #272302. Grayscale: #DEDEDE. Windows color (decimal): -2564867 or 16637144. OLE color: 16637144.
HSL color Cylindrical-coordinate representation of color #D8DCFD: hue angle of 233.51º 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 #D8DCFD is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 220 | 253 | - |
CMYK | 0.15 | 0.13 | 0 | 0.01 |
HSL | 233.51º | 0.9% | 0.92% | - |
HSV(B) | 233.51º | 0.15% | 0.99% | - |
XYZ | 71.64 | 72.88 | 103.22 | - |
YUV | 222.57 | 145.17 | 123.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 220 | 253 | 0.15 | 0.13 | 0 | 0.01 | 233.51 | 0.9 | 0.92 |
Hex | D8 | DC | FD | F | D | 0 | 1 | EA | 5A | 5C |
Octal | 330 | 334 | 375 | 17 | 15 | 0 | 1 | 352 | 132 | 134 |
Binary | 11011000 | 11011100 | 11111101 | 1111 | 1101 | 0 | 1 | 11101010 | 1011010 | 1011100 |
Color Harmonies of #D8DCFD
Complementary color
Monochromatic Colors of #D8DCFD
Black with #D8DCFD
Text Example
Text Example
White with #D8DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCFD; }
p { color: rgb(216,220,253); }
H1.HeaderClassName
{
color: #D8DCFD;
}
.AnyTagClassName
{
color: #D8DCFD;
}
</style>
background-color css
<style>
a { background-color: #D8DCFD; }
a { background-color: rgb(216,220,253); }
div.DivClassName
{
background-color: #D8DCFD;
}
.BgClassName
{
background-color: #D8DCFD;
}
</style>
border-color css
<style>
span { border-color: #D8DCFD; }
span { border-color: rgb(216,220,253); }
td.TdClassName
{
border-color: #D8DCFD;
}
.TagClassName
{
border-color: #D8DCFD;
}
</style>