Shades of Titan White #D5CADA
Tints of Titan White #D5CADA
RGB
CMYK
RGB Variations
Color information
#D5CADA (or 0xD5CADA) is known color: Titan White. HEX triplet: D5, CA and DA. RGB value is (213,202,218). Sum of RGB (Red+Green+Blue) = 213+202+218=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CADA is #2A3525. Grayscale: #CFCFCF. Windows color (decimal): -2766118 or 14338773. OLE color: 14338773.
HSL color Cylindrical-coordinate representation of color #D5CADA: hue angle of 281.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CADA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 202 | 218 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.15 |
| HSL | 281.25º | 0.18% | 0.82% | - |
| HSV(B) | 281.25º | 0.07% | 0.85% | - |
| XYZ | 61.22 | 61.45 | 74.96 | - |
| YUV | 207.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 218 | 0.02 | 0.07 | 0 | 0.15 | 281.25 | 0.18 | 0.82 |
| Hex | D5 | CA | DA | 2 | 7 | 0 | F | 119 | 12 | 52 |
| Octal | 325 | 312 | 332 | 2 | 7 | 0 | 17 | 431 | 22 | 122 |
| Binary | 11010101 | 11001010 | 11011010 | 10 | 111 | 0 | 1111 | 100011001 | 10010 | 1010010 |
Color Harmonies of #D5CADA
Complementary color
Monochromatic Colors of #D5CADA
Black with #D5CADA
Text Example
Text Example
White with #D5CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CADA; }
p { color: rgb(213,202,218); }
H1.HeaderClassName
{
color: #D5CADA;
}
.AnyTagClassName
{
color: #D5CADA;
}
</style>
background-color css
<style>
a { background-color: #D5CADA; }
a { background-color: rgb(213,202,218); }
div.DivClassName
{
background-color: #D5CADA;
}
.BgClassName
{
background-color: #D5CADA;
}
</style>
border-color css
<style>
span { border-color: #D5CADA; }
span { border-color: rgb(213,202,218); }
td.TdClassName
{
border-color: #D5CADA;
}
.TagClassName
{
border-color: #D5CADA;
}
</style>