Shades of Titan White #D5CCDA
Tints of Titan White #D5CCDA
RGB
CMYK
RGB Variations
Color information
#D5CCDA (or 0xD5CCDA) is known color: Titan White. HEX triplet: D5, CC and DA. RGB value is (213,204,218). Sum of RGB (Red+Green+Blue) = 213+204+218=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDA is #2A3325. Grayscale: #D0D0D0. Windows color (decimal): -2765606 or 14339285. OLE color: 14339285.
HSL color Cylindrical-coordinate representation of color #D5CCDA: hue angle of 278.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CCDA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 204 | 218 | - |
CMYK | 0.02 | 0.06 | 0 | 0.15 |
HSL | 278.57º | 0.16% | 0.83% | - |
HSV(B) | 278.57º | 0.06% | 0.85% | - |
XYZ | 61.69 | 62.39 | 75.12 | - |
YUV | 208.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 218 | 0.02 | 0.06 | 0 | 0.15 | 278.57 | 0.16 | 0.83 |
Hex | D5 | CC | DA | 2 | 6 | 0 | F | 117 | 10 | 53 |
Octal | 325 | 314 | 332 | 2 | 6 | 0 | 17 | 427 | 20 | 123 |
Binary | 11010101 | 11001100 | 11011010 | 10 | 110 | 0 | 1111 | 100010111 | 10000 | 1010011 |
Color Harmonies of #D5CCDA
Complementary color
Monochromatic Colors of #D5CCDA
Black with #D5CCDA
Text Example
Text Example
White with #D5CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCDA; }
p { color: rgb(213,204,218); }
H1.HeaderClassName
{
color: #D5CCDA;
}
.AnyTagClassName
{
color: #D5CCDA;
}
</style>
background-color css
<style>
a { background-color: #D5CCDA; }
a { background-color: rgb(213,204,218); }
div.DivClassName
{
background-color: #D5CCDA;
}
.BgClassName
{
background-color: #D5CCDA;
}
</style>
border-color css
<style>
span { border-color: #D5CCDA; }
span { border-color: rgb(213,204,218); }
td.TdClassName
{
border-color: #D5CCDA;
}
.TagClassName
{
border-color: #D5CCDA;
}
</style>