Shades of Titan White #D7CDDB
Tints of Titan White #D7CDDB
RGB
CMYK
RGB Variations
Color information
#D7CDDB (or 0xD7CDDB) is known color: Titan White. HEX triplet: D7, CD and DB. RGB value is (215,205,219). Sum of RGB (Red+Green+Blue) = 215+205+219=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDDB is #283224. Grayscale: #D1D1D1. Windows color (decimal): -2634277 or 14405079. OLE color: 14405079.
HSL color Cylindrical-coordinate representation of color #D7CDDB: hue angle of 282.86º 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 #D7CDDB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 205 | 219 | - |
CMYK | 0.02 | 0.06 | 0 | 0.14 |
HSL | 282.86º | 0.16% | 0.83% | - |
HSV(B) | 282.86º | 0.06% | 0.86% | - |
XYZ | 62.64 | 63.22 | 75.92 | - |
YUV | 209.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 205 | 219 | 0.02 | 0.06 | 0 | 0.14 | 282.86 | 0.16 | 0.83 |
Hex | D7 | CD | DB | 2 | 6 | 0 | E | 11B | 10 | 53 |
Octal | 327 | 315 | 333 | 2 | 6 | 0 | 16 | 433 | 20 | 123 |
Binary | 11010111 | 11001101 | 11011011 | 10 | 110 | 0 | 1110 | 100011011 | 10000 | 1010011 |
Color Harmonies of #D7CDDB
Complementary color
Monochromatic Colors of #D7CDDB
Black with #D7CDDB
Text Example
Text Example
White with #D7CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDDB; }
p { color: rgb(215,205,219); }
H1.HeaderClassName
{
color: #D7CDDB;
}
.AnyTagClassName
{
color: #D7CDDB;
}
</style>
background-color css
<style>
a { background-color: #D7CDDB; }
a { background-color: rgb(215,205,219); }
div.DivClassName
{
background-color: #D7CDDB;
}
.BgClassName
{
background-color: #D7CDDB;
}
</style>
border-color css
<style>
span { border-color: #D7CDDB; }
span { border-color: rgb(215,205,219); }
td.TdClassName
{
border-color: #D7CDDB;
}
.TagClassName
{
border-color: #D7CDDB;
}
</style>