Shades of Quartz #D8DEFE
Tints of Quartz #D8DEFE
RGB
CMYK
RGB Variations
Color information
#D8DEFE (or 0xD8DEFE) is known color: Quartz. HEX triplet: D8, DE and FE. RGB value is (216,222,254). Sum of RGB (Red+Green+Blue) = 216+222+254=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFE is #272101. Grayscale: #DFDFDF. Windows color (decimal): -2564354 or 16703192. OLE color: 16703192.
HSL color Cylindrical-coordinate representation of color #D8DEFE: hue angle of 230.53º 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 #D8DEFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 222 | 254 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.00 |
| HSL | 230.53º | 0.95% | 0.92% | - |
| HSV(B) | 230.53º | 0.15% | 1% | - |
| XYZ | 72.33 | 74 | 104.24 | - |
| YUV | 223.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 254 | 0.15 | 0.13 | 0 | 0.00 | 230.53 | 0.95 | 0.92 |
| Hex | D8 | DE | FE | F | D | 0 | 0 | E7 | 5F | 5C |
| Octal | 330 | 336 | 376 | 17 | 15 | 0 | 0 | 347 | 137 | 134 |
| Binary | 11011000 | 11011110 | 11111110 | 1111 | 1101 | 0 | 0 | 11100111 | 1011111 | 1011100 |
Color Harmonies of #D8DEFE
Complementary color
Monochromatic Colors of #D8DEFE
Black with #D8DEFE
Text Example
Text Example
White with #D8DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEFE; }
p { color: rgb(216,222,254); }
H1.HeaderClassName
{
color: #D8DEFE;
}
.AnyTagClassName
{
color: #D8DEFE;
}
</style>
background-color css
<style>
a { background-color: #D8DEFE; }
a { background-color: rgb(216,222,254); }
div.DivClassName
{
background-color: #D8DEFE;
}
.BgClassName
{
background-color: #D8DEFE;
}
</style>
border-color css
<style>
span { border-color: #D8DEFE; }
span { border-color: rgb(216,222,254); }
td.TdClassName
{
border-color: #D8DEFE;
}
.TagClassName
{
border-color: #D8DEFE;
}
</style>