Shades of Titan White #D5CCDB
Tints of Titan White #D5CCDB
RGB
CMYK
RGB Variations
Color information
#D5CCDB (or 0xD5CCDB) is known color: Titan White. HEX triplet: D5, CC and DB. RGB value is (213,204,219). Sum of RGB (Red+Green+Blue) = 213+204+219=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDB is #2A3324. Grayscale: #D0D0D0. Windows color (decimal): -2765605 or 14404821. OLE color: 14404821.
HSL color Cylindrical-coordinate representation of color #D5CCDB: hue angle of 276º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CCDB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 204 | 219 | - |
CMYK | 0.03 | 0.07 | 0 | 0.14 |
HSL | 276º | 0.17% | 0.83% | - |
HSV(B) | 276º | 0.07% | 0.86% | - |
XYZ | 61.82 | 62.45 | 75.81 | - |
YUV | 208.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 219 | 0.03 | 0.07 | 0 | 0.14 | 276 | 0.17 | 0.83 |
Hex | D5 | CC | DB | 3 | 7 | 0 | E | 114 | 11 | 53 |
Octal | 325 | 314 | 333 | 3 | 7 | 0 | 16 | 424 | 21 | 123 |
Binary | 11010101 | 11001100 | 11011011 | 11 | 111 | 0 | 1110 | 100010100 | 10001 | 1010011 |
Color Harmonies of #D5CCDB
Complementary color
Monochromatic Colors of #D5CCDB
Black with #D5CCDB
Text Example
Text Example
White with #D5CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCDB; }
p { color: rgb(213,204,219); }
H1.HeaderClassName
{
color: #D5CCDB;
}
.AnyTagClassName
{
color: #D5CCDB;
}
</style>
background-color css
<style>
a { background-color: #D5CCDB; }
a { background-color: rgb(213,204,219); }
div.DivClassName
{
background-color: #D5CCDB;
}
.BgClassName
{
background-color: #D5CCDB;
}
</style>
border-color css
<style>
span { border-color: #D5CCDB; }
span { border-color: rgb(213,204,219); }
td.TdClassName
{
border-color: #D5CCDB;
}
.TagClassName
{
border-color: #D5CCDB;
}
</style>