Shades of Titan White #D7CEDA
Tints of Titan White #D7CEDA
RGB
CMYK
RGB Variations
Color information
#D7CEDA (or 0xD7CEDA) is known color: Titan White. HEX triplet: D7, CE and DA. RGB value is (215,206,218). Sum of RGB (Red+Green+Blue) = 215+206+218=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEDA is #283125. Grayscale: #D2D2D2. Windows color (decimal): -2634022 or 14339799. OLE color: 14339799.
HSL color Cylindrical-coordinate representation of color #D7CEDA: hue angle of 285º degrees, saturation: 0.14, 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 #D7CEDA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 206 | 218 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.15 |
| HSL | 285º | 0.14% | 0.83% | - |
| HSV(B) | 285º | 0.06% | 0.85% | - |
| XYZ | 62.75 | 63.65 | 75.31 | - |
| YUV | 210.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 218 | 0.01 | 0.06 | 0 | 0.15 | 285 | 0.14 | 0.83 |
| Hex | D7 | CE | DA | 1 | 6 | 0 | F | 11D | E | 53 |
| Octal | 327 | 316 | 332 | 1 | 6 | 0 | 17 | 435 | 16 | 123 |
| Binary | 11010111 | 11001110 | 11011010 | 1 | 110 | 0 | 1111 | 100011101 | 1110 | 1010011 |
Color Harmonies of #D7CEDA
Complementary color
Monochromatic Colors of #D7CEDA
Black with #D7CEDA
Text Example
Text Example
White with #D7CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CEDA; }
p { color: rgb(215,206,218); }
H1.HeaderClassName
{
color: #D7CEDA;
}
.AnyTagClassName
{
color: #D7CEDA;
}
</style>
background-color css
<style>
a { background-color: #D7CEDA; }
a { background-color: rgb(215,206,218); }
div.DivClassName
{
background-color: #D7CEDA;
}
.BgClassName
{
background-color: #D7CEDA;
}
</style>
border-color css
<style>
span { border-color: #D7CEDA; }
span { border-color: rgb(215,206,218); }
td.TdClassName
{
border-color: #D7CEDA;
}
.TagClassName
{
border-color: #D7CEDA;
}
</style>