Shades of Travertine #DEDBC8
Tints of Travertine #DEDBC8
RGB
CMYK
RGB Variations
Color information
#DEDBC8 (or 0xDEDBC8) is known color: Travertine. HEX triplet: DE, DB and C8. RGB value is (222,219,200). Sum of RGB (Red+Green+Blue) = 222+219+200=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBC8 is #212437. Grayscale: #D9D9D9. Windows color (decimal): -2171960 or 13163486. OLE color: 13163486.
HSL color Cylindrical-coordinate representation of color #DEDBC8: hue angle of 51.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDBC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 200 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.13 |
| HSL | 51.82º | 0.25% | 0.83% | - |
| HSV(B) | 51.82º | 0.1% | 0.87% | - |
| XYZ | 65.88 | 70.36 | 64.75 | - |
| YUV | 217.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 200 | 0 | 0.01 | 0.10 | 0.13 | 51.82 | 0.25 | 0.83 |
| Hex | DE | DB | C8 | 0 | 1 | A | D | 34 | 19 | 53 |
| Octal | 336 | 333 | 310 | 0 | 1 | 12 | 15 | 64 | 31 | 123 |
| Binary | 11011110 | 11011011 | 11001000 | 0 | 1 | 1010 | 1101 | 110100 | 11001 | 1010011 |
Color Harmonies of #DEDBC8
Complementary color
Monochromatic Colors of #DEDBC8
Black with #DEDBC8
Text Example
Text Example
White with #DEDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBC8; }
p { color: rgb(222,219,200); }
H1.HeaderClassName
{
color: #DEDBC8;
}
.AnyTagClassName
{
color: #DEDBC8;
}
</style>
background-color css
<style>
a { background-color: #DEDBC8; }
a { background-color: rgb(222,219,200); }
div.DivClassName
{
background-color: #DEDBC8;
}
.BgClassName
{
background-color: #DEDBC8;
}
</style>
border-color css
<style>
span { border-color: #DEDBC8; }
span { border-color: rgb(222,219,200); }
td.TdClassName
{
border-color: #DEDBC8;
}
.TagClassName
{
border-color: #DEDBC8;
}
</style>