Shades of Quartz #D8DFFE
Tints of Quartz #D8DFFE
RGB
CMYK
RGB Variations
Color information
#D8DFFE (or 0xD8DFFE) is known color: Quartz. HEX triplet: D8, DF and FE. RGB value is (216,223,254). Sum of RGB (Red+Green+Blue) = 216+223+254=693 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.17% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DFFE is #272001. Grayscale: #E0E0E0. Windows color (decimal): -2564098 or 16703448. OLE color: 16703448.
HSL color Cylindrical-coordinate representation of color #D8DFFE: hue angle of 228.95º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DFFE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 223 | 254 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.00 |
| HSL | 228.95º | 0.95% | 0.92% | - |
| HSV(B) | 228.95º | 0.15% | 1% | - |
| XYZ | 72.6 | 74.53 | 104.33 | - |
| YUV | 224.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 254 | 0.15 | 0.12 | 0 | 0.00 | 228.95 | 0.95 | 0.92 |
| Hex | D8 | DF | FE | F | C | 0 | 0 | E5 | 5F | 5C |
| Octal | 330 | 337 | 376 | 17 | 14 | 0 | 0 | 345 | 137 | 134 |
| Binary | 11011000 | 11011111 | 11111110 | 1111 | 1100 | 0 | 0 | 11100101 | 1011111 | 1011100 |
Color Harmonies of #D8DFFE
Complementary color
Monochromatic Colors of #D8DFFE
Black with #D8DFFE
Text Example
Text Example
White with #D8DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFFE; }
p { color: rgb(216,223,254); }
H1.HeaderClassName
{
color: #D8DFFE;
}
.AnyTagClassName
{
color: #D8DFFE;
}
</style>
background-color css
<style>
a { background-color: #D8DFFE; }
a { background-color: rgb(216,223,254); }
div.DivClassName
{
background-color: #D8DFFE;
}
.BgClassName
{
background-color: #D8DFFE;
}
</style>
border-color css
<style>
span { border-color: #D8DFFE; }
span { border-color: rgb(216,223,254); }
td.TdClassName
{
border-color: #D8DFFE;
}
.TagClassName
{
border-color: #D8DFFE;
}
</style>