Shades of Rose #DEAB93
Tints of Rose #DEAB93
RGB
CMYK
RGB Variations
Color information
#DEAB93 (or 0xDEAB93) is known color: Rose. HEX triplet: DE, AB and 93. RGB value is (222,171,147). Sum of RGB (Red+Green+Blue) = 222+171+147=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAB93 is #21546C. Grayscale: #B7B7B7. Windows color (decimal): -2184301 or 9677790. OLE color: 9677790.
HSL color Cylindrical-coordinate representation of color #DEAB93: hue angle of 19.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEAB93 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 147 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.13 |
| HSL | 19.2º | 0.53% | 0.72% | - |
| HSV(B) | 19.2º | 0.34% | 0.87% | - |
| XYZ | 49.95 | 46.76 | 34 | - |
| YUV | 183.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 147 | 0 | 0.23 | 0.34 | 0.13 | 19.2 | 0.53 | 0.72 |
| Hex | DE | AB | 93 | 0 | 17 | 22 | D | 13 | 35 | 48 |
| Octal | 336 | 253 | 223 | 0 | 27 | 42 | 15 | 23 | 65 | 110 |
| Binary | 11011110 | 10101011 | 10010011 | 0 | 10111 | 100010 | 1101 | 10011 | 110101 | 1001000 |
Color Harmonies of #DEAB93
Complementary color
Monochromatic Colors of #DEAB93
Black with #DEAB93
Text Example
Text Example
White with #DEAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB93; }
p { color: rgb(222,171,147); }
H1.HeaderClassName
{
color: #DEAB93;
}
.AnyTagClassName
{
color: #DEAB93;
}
</style>
background-color css
<style>
a { background-color: #DEAB93; }
a { background-color: rgb(222,171,147); }
div.DivClassName
{
background-color: #DEAB93;
}
.BgClassName
{
background-color: #DEAB93;
}
</style>
border-color css
<style>
span { border-color: #DEAB93; }
span { border-color: rgb(222,171,147); }
td.TdClassName
{
border-color: #DEAB93;
}
.TagClassName
{
border-color: #DEAB93;
}
</style>