Shades of Titan White #D8CADC
Tints of Titan White #D8CADC
RGB
CMYK
RGB Variations
Color information
#D8CADC (or 0xD8CADC) is known color: Titan White. HEX triplet: D8, CA and DC. RGB value is (216,202,220). Sum of RGB (Red+Green+Blue) = 216+202+220=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADC is #273523. Grayscale: #D0D0D0. Windows color (decimal): -2569508 or 14469848. OLE color: 14469848.
HSL color Cylindrical-coordinate representation of color #D8CADC: hue angle of 286.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CADC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 202 | 220 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.14 |
| HSL | 286.67º | 0.2% | 0.83% | - |
| HSV(B) | 286.67º | 0.08% | 0.86% | - |
| XYZ | 62.36 | 62.01 | 76.39 | - |
| YUV | 208.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 220 | 0.02 | 0.08 | 0 | 0.14 | 286.67 | 0.2 | 0.83 |
| Hex | D8 | CA | DC | 2 | 8 | 0 | E | 11F | 14 | 53 |
| Octal | 330 | 312 | 334 | 2 | 10 | 0 | 16 | 437 | 24 | 123 |
| Binary | 11011000 | 11001010 | 11011100 | 10 | 1000 | 0 | 1110 | 100011111 | 10100 | 1010011 |
Color Harmonies of #D8CADC
Complementary color
Monochromatic Colors of #D8CADC
Black with #D8CADC
Text Example
Text Example
White with #D8CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CADC; }
p { color: rgb(216,202,220); }
H1.HeaderClassName
{
color: #D8CADC;
}
.AnyTagClassName
{
color: #D8CADC;
}
</style>
background-color css
<style>
a { background-color: #D8CADC; }
a { background-color: rgb(216,202,220); }
div.DivClassName
{
background-color: #D8CADC;
}
.BgClassName
{
background-color: #D8CADC;
}
</style>
border-color css
<style>
span { border-color: #D8CADC; }
span { border-color: rgb(216,202,220); }
td.TdClassName
{
border-color: #D8CADC;
}
.TagClassName
{
border-color: #D8CADC;
}
</style>