Shades of Titan White #D8CDDB
Tints of Titan White #D8CDDB
RGB
CMYK
RGB Variations
Color information
#D8CDDB (or 0xD8CDDB) is known color: Titan White. HEX triplet: D8, CD and DB. RGB value is (216,205,219). Sum of RGB (Red+Green+Blue) = 216+205+219=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDDB is #273224. Grayscale: #D1D1D1. Windows color (decimal): -2568741 or 14405080. OLE color: 14405080.
HSL color Cylindrical-coordinate representation of color #D8CDDB: hue angle of 287.14º degrees, saturation: 0.16, 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 #D8CDDB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 205 | 219 | - |
CMYK | 0.01 | 0.06 | 0 | 0.14 |
HSL | 287.14º | 0.16% | 0.83% | - |
HSV(B) | 287.14º | 0.06% | 0.86% | - |
XYZ | 62.94 | 63.38 | 75.93 | - |
YUV | 209.89 | 133.14 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 205 | 219 | 0.01 | 0.06 | 0 | 0.14 | 287.14 | 0.16 | 0.83 |
Hex | D8 | CD | DB | 1 | 6 | 0 | E | 11F | 10 | 53 |
Octal | 330 | 315 | 333 | 1 | 6 | 0 | 16 | 437 | 20 | 123 |
Binary | 11011000 | 11001101 | 11011011 | 1 | 110 | 0 | 1110 | 100011111 | 10000 | 1010011 |
Color Harmonies of #D8CDDB
Complementary color
Monochromatic Colors of #D8CDDB
Black with #D8CDDB
Text Example
Text Example
White with #D8CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDDB; }
p { color: rgb(216,205,219); }
H1.HeaderClassName
{
color: #D8CDDB;
}
.AnyTagClassName
{
color: #D8CDDB;
}
</style>
background-color css
<style>
a { background-color: #D8CDDB; }
a { background-color: rgb(216,205,219); }
div.DivClassName
{
background-color: #D8CDDB;
}
.BgClassName
{
background-color: #D8CDDB;
}
</style>
border-color css
<style>
span { border-color: #D8CDDB; }
span { border-color: rgb(216,205,219); }
td.TdClassName
{
border-color: #D8CDDB;
}
.TagClassName
{
border-color: #D8CDDB;
}
</style>