Shades of Travertine #DEDAC5
Tints of Travertine #DEDAC5
RGB
CMYK
RGB Variations
Color information
#DEDAC5 (or 0xDEDAC5) is known color: Travertine. HEX triplet: DE, DA and C5. RGB value is (222,218,197). Sum of RGB (Red+Green+Blue) = 222+218+197=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAC5 is #21253A. Grayscale: #D8D8D8. Windows color (decimal): -2172219 or 12966622. OLE color: 12966622.
HSL color Cylindrical-coordinate representation of color #DEDAC5: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDAC5 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 197 | - |
CMYK | 0 | 0.02 | 0.11 | 0.13 |
HSL | 50.4º | 0.27% | 0.82% | - |
HSV(B) | 50.4º | 0.11% | 0.87% | - |
XYZ | 65.27 | 69.7 | 62.84 | - |
YUV | 216.8 | 116.83 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 197 | 0 | 0.02 | 0.11 | 0.13 | 50.4 | 0.27 | 0.82 |
Hex | DE | DA | C5 | 0 | 2 | B | D | 32 | 1B | 52 |
Octal | 336 | 332 | 305 | 0 | 2 | 13 | 15 | 62 | 33 | 122 |
Binary | 11011110 | 11011010 | 11000101 | 0 | 10 | 1011 | 1101 | 110010 | 11011 | 1010010 |
Color Harmonies of #DEDAC5
Complementary color
Monochromatic Colors of #DEDAC5
Black with #DEDAC5
Text Example
Text Example
White with #DEDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAC5; }
p { color: rgb(222,218,197); }
H1.HeaderClassName
{
color: #DEDAC5;
}
.AnyTagClassName
{
color: #DEDAC5;
}
</style>
background-color css
<style>
a { background-color: #DEDAC5; }
a { background-color: rgb(222,218,197); }
div.DivClassName
{
background-color: #DEDAC5;
}
.BgClassName
{
background-color: #DEDAC5;
}
</style>
border-color css
<style>
span { border-color: #DEDAC5; }
span { border-color: rgb(222,218,197); }
td.TdClassName
{
border-color: #DEDAC5;
}
.TagClassName
{
border-color: #DEDAC5;
}
</style>