Shades of Quartz #D3D5F5
Tints of Quartz #D3D5F5
RGB
CMYK
RGB Variations
Color information
#D3D5F5 (or 0xD3D5F5) is known color: Quartz. HEX triplet: D3, D5 and F5. RGB value is (211,213,245). Sum of RGB (Red+Green+Blue) = 211+213+245=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3D5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D5F5 is #2C2A0A. Grayscale: #D7D7D7. Windows color (decimal): -2894347 or 16111059. OLE color: 16111059.
HSL color Cylindrical-coordinate representation of color #D3D5F5: hue angle of 236.47º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3D5F5 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 213 | 245 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.04 |
| HSL | 236.47º | 0.63% | 0.89% | - |
| HSV(B) | 236.47º | 0.14% | 0.96% | - |
| XYZ | 67.14 | 68.03 | 95.98 | - |
| YUV | 216.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 245 | 0.14 | 0.13 | 0 | 0.04 | 236.47 | 0.63 | 0.89 |
| Hex | D3 | D5 | F5 | E | D | 0 | 4 | EC | 3F | 59 |
| Octal | 323 | 325 | 365 | 16 | 15 | 0 | 4 | 354 | 77 | 131 |
| Binary | 11010011 | 11010101 | 11110101 | 1110 | 1101 | 0 | 100 | 11101100 | 111111 | 1011001 |
Color Harmonies of #D3D5F5
Complementary color
Monochromatic Colors of #D3D5F5
Black with #D3D5F5
Text Example
Text Example
White with #D3D5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5F5; }
p { color: rgb(211,213,245); }
H1.HeaderClassName
{
color: #D3D5F5;
}
.AnyTagClassName
{
color: #D3D5F5;
}
</style>
background-color css
<style>
a { background-color: #D3D5F5; }
a { background-color: rgb(211,213,245); }
div.DivClassName
{
background-color: #D3D5F5;
}
.BgClassName
{
background-color: #D3D5F5;
}
</style>
border-color css
<style>
span { border-color: #D3D5F5; }
span { border-color: rgb(211,213,245); }
td.TdClassName
{
border-color: #D3D5F5;
}
.TagClassName
{
border-color: #D3D5F5;
}
</style>