Shades of Titan White #D9C5E3
Tints of Titan White #D9C5E3
RGB
CMYK
RGB Variations
Color information
#D9C5E3 (or 0xD9C5E3) is known color: Titan White. HEX triplet: D9, C5 and E3. RGB value is (217,197,227). Sum of RGB (Red+Green+Blue) = 217+197+227=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #D9C5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5E3 is #263A1C. Grayscale: #CECECE. Windows color (decimal): -2505245 or 14927321. OLE color: 14927321.
HSL color Cylindrical-coordinate representation of color #D9C5E3: hue angle of 280º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C5E3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 217 | 197 | 227 | - |
CMYK | 0.04 | 0.13 | 0 | 0.11 |
HSL | 280º | 0.35% | 0.83% | - |
HSV(B) | 280º | 0.13% | 0.89% | - |
XYZ | 62.45 | 60.23 | 81.01 | - |
YUV | 206.4 | 139.63 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 197 | 227 | 0.04 | 0.13 | 0 | 0.11 | 280 | 0.35 | 0.83 |
Hex | D9 | C5 | E3 | 4 | D | 0 | B | 118 | 23 | 53 |
Octal | 331 | 305 | 343 | 4 | 15 | 0 | 13 | 430 | 43 | 123 |
Binary | 11011001 | 11000101 | 11100011 | 100 | 1101 | 0 | 1011 | 100011000 | 100011 | 1010011 |
Color Harmonies of #D9C5E3
Complementary color
Monochromatic Colors of #D9C5E3
Black with #D9C5E3
Text Example
Text Example
White with #D9C5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C5E3; }
p { color: rgb(217,197,227); }
H1.HeaderClassName
{
color: #D9C5E3;
}
.AnyTagClassName
{
color: #D9C5E3;
}
</style>
background-color css
<style>
a { background-color: #D9C5E3; }
a { background-color: rgb(217,197,227); }
div.DivClassName
{
background-color: #D9C5E3;
}
.BgClassName
{
background-color: #D9C5E3;
}
</style>
border-color css
<style>
span { border-color: #D9C5E3; }
span { border-color: rgb(217,197,227); }
td.TdClassName
{
border-color: #D9C5E3;
}
.TagClassName
{
border-color: #D9C5E3;
}
</style>