Shades of Quartz #D2D8FD
Tints of Quartz #D2D8FD
RGB
CMYK
RGB Variations
Color information
#D2D8FD (or 0xD2D8FD) is known color: Quartz. HEX triplet: D2, D8 and FD. RGB value is (210,216,253). Sum of RGB (Red+Green+Blue) = 210+216+253=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8FD is #2D2702. Grayscale: #DADADA. Windows color (decimal): -2959107 or 16636114. OLE color: 16636114.
HSL color Cylindrical-coordinate representation of color #D2D8FD: hue angle of 231.63º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D8FD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 216 | 253 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.01 |
| HSL | 231.63º | 0.91% | 0.91% | - |
| HSV(B) | 231.63º | 0.17% | 0.99% | - |
| XYZ | 68.86 | 69.91 | 102.79 | - |
| YUV | 218.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 253 | 0.17 | 0.15 | 0 | 0.01 | 231.63 | 0.91 | 0.91 |
| Hex | D2 | D8 | FD | 11 | F | 0 | 1 | E8 | 5B | 5B |
| Octal | 322 | 330 | 375 | 21 | 17 | 0 | 1 | 350 | 133 | 133 |
| Binary | 11010010 | 11011000 | 11111101 | 10001 | 1111 | 0 | 1 | 11101000 | 1011011 | 1011011 |
Color Harmonies of #D2D8FD
Complementary color
Monochromatic Colors of #D2D8FD
Black with #D2D8FD
Text Example
Text Example
White with #D2D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D8FD; }
p { color: rgb(210,216,253); }
H1.HeaderClassName
{
color: #D2D8FD;
}
.AnyTagClassName
{
color: #D2D8FD;
}
</style>
background-color css
<style>
a { background-color: #D2D8FD; }
a { background-color: rgb(210,216,253); }
div.DivClassName
{
background-color: #D2D8FD;
}
.BgClassName
{
background-color: #D2D8FD;
}
</style>
border-color css
<style>
span { border-color: #D2D8FD; }
span { border-color: rgb(210,216,253); }
td.TdClassName
{
border-color: #D2D8FD;
}
.TagClassName
{
border-color: #D2D8FD;
}
</style>