Shades of Quartz #D5CDF4
Tints of Quartz #D5CDF4
RGB
CMYK
RGB Variations
Color information
#D5CDF4 (or 0xD5CDF4) is known color: Quartz. HEX triplet: D5, CD and F4. RGB value is (213,205,244). Sum of RGB (Red+Green+Blue) = 213+205+244=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF4 is #2A320B. Grayscale: #D3D3D3. Windows color (decimal): -2765324 or 16043477. OLE color: 16043477.
HSL color Cylindrical-coordinate representation of color #D5CDF4: hue angle of 252.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CDF4 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 205 | 244 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.04 |
| HSL | 252.31º | 0.64% | 0.88% | - |
| HSV(B) | 252.31º | 0.16% | 0.96% | - |
| XYZ | 65.6 | 64.34 | 94.55 | - |
| YUV | 211.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 244 | 0.13 | 0.16 | 0 | 0.04 | 252.31 | 0.64 | 0.88 |
| Hex | D5 | CD | F4 | D | 10 | 0 | 4 | FC | 40 | 58 |
| Octal | 325 | 315 | 364 | 15 | 20 | 0 | 4 | 374 | 100 | 130 |
| Binary | 11010101 | 11001101 | 11110100 | 1101 | 10000 | 0 | 100 | 11111100 | 1000000 | 1011000 |
Color Harmonies of #D5CDF4
Complementary color
Monochromatic Colors of #D5CDF4
Black with #D5CDF4
Text Example
Text Example
White with #D5CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDF4; }
p { color: rgb(213,205,244); }
H1.HeaderClassName
{
color: #D5CDF4;
}
.AnyTagClassName
{
color: #D5CDF4;
}
</style>
background-color css
<style>
a { background-color: #D5CDF4; }
a { background-color: rgb(213,205,244); }
div.DivClassName
{
background-color: #D5CDF4;
}
.BgClassName
{
background-color: #D5CDF4;
}
</style>
border-color css
<style>
span { border-color: #D5CDF4; }
span { border-color: rgb(213,205,244); }
td.TdClassName
{
border-color: #D5CDF4;
}
.TagClassName
{
border-color: #D5CDF4;
}
</style>