Shades of Raffia #DECDA3
Tints of Raffia #DECDA3
RGB
CMYK
RGB Variations
Color information
#DECDA3 (or 0xDECDA3) is known color: Raffia. HEX triplet: DE, CD and A3. RGB value is (222,205,163). Sum of RGB (Red+Green+Blue) = 222+205+163=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA3 is #21325C. Grayscale: #CDCDCD. Windows color (decimal): -2175581 or 10735070. OLE color: 10735070.
HSL color Cylindrical-coordinate representation of color #DECDA3: hue angle of 42.71º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DECDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 163 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.13 |
| HSL | 42.71º | 0.47% | 0.75% | - |
| HSV(B) | 42.71º | 0.27% | 0.87% | - |
| XYZ | 58.57 | 61.84 | 43.5 | - |
| YUV | 205.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 163 | 0 | 0.08 | 0.27 | 0.13 | 42.71 | 0.47 | 0.75 |
| Hex | DE | CD | A3 | 0 | 8 | 1B | D | 2B | 2F | 4B |
| Octal | 336 | 315 | 243 | 0 | 10 | 33 | 15 | 53 | 57 | 113 |
| Binary | 11011110 | 11001101 | 10100011 | 0 | 1000 | 11011 | 1101 | 101011 | 101111 | 1001011 |
Color Harmonies of #DECDA3
Complementary color
Monochromatic Colors of #DECDA3
Black with #DECDA3
Text Example
Text Example
White with #DECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDA3; }
p { color: rgb(222,205,163); }
H1.HeaderClassName
{
color: #DECDA3;
}
.AnyTagClassName
{
color: #DECDA3;
}
</style>
background-color css
<style>
a { background-color: #DECDA3; }
a { background-color: rgb(222,205,163); }
div.DivClassName
{
background-color: #DECDA3;
}
.BgClassName
{
background-color: #DECDA3;
}
</style>
border-color css
<style>
span { border-color: #DECDA3; }
span { border-color: rgb(222,205,163); }
td.TdClassName
{
border-color: #DECDA3;
}
.TagClassName
{
border-color: #DECDA3;
}
</style>