Shades of Tusk #DCEBB3
Tints of Tusk #DCEBB3
RGB
CMYK
RGB Variations
Color information
#DCEBB3 (or 0xDCEBB3) is known color: Tusk. HEX triplet: DC, EB and B3. RGB value is (220,235,179). Sum of RGB (Red+Green+Blue) = 220+235+179=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB3 is #23144C. Grayscale: #E0E0E0. Windows color (decimal): -2298957 or 11791324. OLE color: 11791324.
HSL color Cylindrical-coordinate representation of color #DCEBB3: hue angle of 76.07º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.08 |
| HSL | 76.07º | 0.58% | 0.81% | - |
| HSV(B) | 76.07º | 0.24% | 0.92% | - |
| XYZ | 67.36 | 77.89 | 54.13 | - |
| YUV | 224.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 179 | 0.06 | 0 | 0.24 | 0.08 | 76.07 | 0.58 | 0.81 |
| Hex | DC | EB | B3 | 6 | 0 | 18 | 8 | 4C | 3A | 51 |
| Octal | 334 | 353 | 263 | 6 | 0 | 30 | 10 | 114 | 72 | 121 |
| Binary | 11011100 | 11101011 | 10110011 | 110 | 0 | 11000 | 1000 | 1001100 | 111010 | 1010001 |
Color Harmonies of #DCEBB3
Complementary color
Monochromatic Colors of #DCEBB3
Black with #DCEBB3
Text Example
Text Example
White with #DCEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBB3; }
p { color: rgb(220,235,179); }
H1.HeaderClassName
{
color: #DCEBB3;
}
.AnyTagClassName
{
color: #DCEBB3;
}
</style>
background-color css
<style>
a { background-color: #DCEBB3; }
a { background-color: rgb(220,235,179); }
div.DivClassName
{
background-color: #DCEBB3;
}
.BgClassName
{
background-color: #DCEBB3;
}
</style>
border-color css
<style>
span { border-color: #DCEBB3; }
span { border-color: rgb(220,235,179); }
td.TdClassName
{
border-color: #DCEBB3;
}
.TagClassName
{
border-color: #DCEBB3;
}
</style>