Shades of Quartz #D5CEF1
Tints of Quartz #D5CEF1
RGB
CMYK
RGB Variations
Color information
#D5CEF1 (or 0xD5CEF1) is known color: Quartz. HEX triplet: D5, CE and F1. RGB value is (213,206,241). Sum of RGB (Red+Green+Blue) = 213+206+241=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF1 is #2A310E. Grayscale: #D3D3D3. Windows color (decimal): -2765071 or 15847125. OLE color: 15847125.
HSL color Cylindrical-coordinate representation of color #D5CEF1: hue angle of 252º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CEF1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 206 | 241 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.05 |
| HSL | 252º | 0.56% | 0.88% | - |
| HSV(B) | 252º | 0.15% | 0.95% | - |
| XYZ | 65.39 | 64.64 | 92.25 | - |
| YUV | 212.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 241 | 0.12 | 0.15 | 0 | 0.05 | 252 | 0.56 | 0.88 |
| Hex | D5 | CE | F1 | C | F | 0 | 5 | FC | 38 | 58 |
| Octal | 325 | 316 | 361 | 14 | 17 | 0 | 5 | 374 | 70 | 130 |
| Binary | 11010101 | 11001110 | 11110001 | 1100 | 1111 | 0 | 101 | 11111100 | 111000 | 1011000 |
Color Harmonies of #D5CEF1
Complementary color
Monochromatic Colors of #D5CEF1
Black with #D5CEF1
Text Example
Text Example
White with #D5CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEF1; }
p { color: rgb(213,206,241); }
H1.HeaderClassName
{
color: #D5CEF1;
}
.AnyTagClassName
{
color: #D5CEF1;
}
</style>
background-color css
<style>
a { background-color: #D5CEF1; }
a { background-color: rgb(213,206,241); }
div.DivClassName
{
background-color: #D5CEF1;
}
.BgClassName
{
background-color: #D5CEF1;
}
</style>
border-color css
<style>
span { border-color: #D5CEF1; }
span { border-color: rgb(213,206,241); }
td.TdClassName
{
border-color: #D5CEF1;
}
.TagClassName
{
border-color: #D5CEF1;
}
</style>