Shades of Titan White #D9CADE
Tints of Titan White #D9CADE
RGB
CMYK
RGB Variations
Color information
#D9CADE (or 0xD9CADE) is known color: Titan White. HEX triplet: D9, CA and DE. RGB value is (217,202,222). Sum of RGB (Red+Green+Blue) = 217+202+222=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADE is #263521. Grayscale: #D0D0D0. Windows color (decimal): -2503970 or 14600921. OLE color: 14600921.
HSL color Cylindrical-coordinate representation of color #D9CADE: hue angle of 285º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CADE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 202 | 222 | - |
CMYK | 0.02 | 0.09 | 0 | 0.13 |
HSL | 285º | 0.23% | 0.83% | - |
HSV(B) | 285º | 0.09% | 0.87% | - |
XYZ | 62.92 | 62.27 | 77.81 | - |
YUV | 208.77 | 135.47 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 202 | 222 | 0.02 | 0.09 | 0 | 0.13 | 285 | 0.23 | 0.83 |
Hex | D9 | CA | DE | 2 | 9 | 0 | D | 11D | 17 | 53 |
Octal | 331 | 312 | 336 | 2 | 11 | 0 | 15 | 435 | 27 | 123 |
Binary | 11011001 | 11001010 | 11011110 | 10 | 1001 | 0 | 1101 | 100011101 | 10111 | 1010011 |
Color Harmonies of #D9CADE
Complementary color
Monochromatic Colors of #D9CADE
Black with #D9CADE
Text Example
Text Example
White with #D9CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CADE; }
p { color: rgb(217,202,222); }
H1.HeaderClassName
{
color: #D9CADE;
}
.AnyTagClassName
{
color: #D9CADE;
}
</style>
background-color css
<style>
a { background-color: #D9CADE; }
a { background-color: rgb(217,202,222); }
div.DivClassName
{
background-color: #D9CADE;
}
.BgClassName
{
background-color: #D9CADE;
}
</style>
border-color css
<style>
span { border-color: #D9CADE; }
span { border-color: rgb(217,202,222); }
td.TdClassName
{
border-color: #D9CADE;
}
.TagClassName
{
border-color: #D9CADE;
}
</style>