Shades of Titan White #D5CEDB
Tints of Titan White #D5CEDB
RGB
CMYK
RGB Variations
Color information
#D5CEDB (or 0xD5CEDB) is known color: Titan White. HEX triplet: D5, CE and DB. RGB value is (213,206,219). Sum of RGB (Red+Green+Blue) = 213+206+219=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEDB is #2A3124. Grayscale: #D1D1D1. Windows color (decimal): -2765093 or 14405333. OLE color: 14405333.
HSL color Cylindrical-coordinate representation of color #D5CEDB: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CEDB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 206 | 219 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.14 |
| HSL | 272.31º | 0.15% | 0.83% | - |
| HSV(B) | 272.31º | 0.06% | 0.86% | - |
| XYZ | 62.3 | 63.4 | 75.97 | - |
| YUV | 209.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 219 | 0.03 | 0.06 | 0 | 0.14 | 272.31 | 0.15 | 0.83 |
| Hex | D5 | CE | DB | 3 | 6 | 0 | E | 110 | F | 53 |
| Octal | 325 | 316 | 333 | 3 | 6 | 0 | 16 | 420 | 17 | 123 |
| Binary | 11010101 | 11001110 | 11011011 | 11 | 110 | 0 | 1110 | 100010000 | 1111 | 1010011 |
Color Harmonies of #D5CEDB
Complementary color
Monochromatic Colors of #D5CEDB
Black with #D5CEDB
Text Example
Text Example
White with #D5CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEDB; }
p { color: rgb(213,206,219); }
H1.HeaderClassName
{
color: #D5CEDB;
}
.AnyTagClassName
{
color: #D5CEDB;
}
</style>
background-color css
<style>
a { background-color: #D5CEDB; }
a { background-color: rgb(213,206,219); }
div.DivClassName
{
background-color: #D5CEDB;
}
.BgClassName
{
background-color: #D5CEDB;
}
</style>
border-color css
<style>
span { border-color: #D5CEDB; }
span { border-color: rgb(213,206,219); }
td.TdClassName
{
border-color: #D5CEDB;
}
.TagClassName
{
border-color: #D5CEDB;
}
</style>