Shades of Tusk #DFEDB5
Tints of Tusk #DFEDB5
RGB
CMYK
RGB Variations
Color information
#DFEDB5 (or 0xDFEDB5) is known color: Tusk. HEX triplet: DF, ED and B5. RGB value is (223,237,181). Sum of RGB (Red+Green+Blue) = 223+237+181=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB5 is #20124A. Grayscale: #E2E2E2. Windows color (decimal): -2101835 or 11922911. OLE color: 11922911.
HSL color Cylindrical-coordinate representation of color #DFEDB5: hue angle of 75º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFEDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 181 | - |
CMYK | 0.06 | 0 | 0.24 | 0.07 |
HSL | 75º | 0.61% | 0.82% | - |
HSV(B) | 75º | 0.24% | 0.93% | - |
XYZ | 69.06 | 79.59 | 55.44 | - |
YUV | 226.43 | 102.36 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 181 | 0.06 | 0 | 0.24 | 0.07 | 75 | 0.61 | 0.82 |
Hex | DF | ED | B5 | 6 | 0 | 18 | 7 | 4B | 3D | 52 |
Octal | 337 | 355 | 265 | 6 | 0 | 30 | 7 | 113 | 75 | 122 |
Binary | 11011111 | 11101101 | 10110101 | 110 | 0 | 11000 | 111 | 1001011 | 111101 | 1010010 |
Color Harmonies of #DFEDB5
Complementary color
Monochromatic Colors of #DFEDB5
Black with #DFEDB5
Text Example
Text Example
White with #DFEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDB5; }
p { color: rgb(223,237,181); }
H1.HeaderClassName
{
color: #DFEDB5;
}
.AnyTagClassName
{
color: #DFEDB5;
}
</style>
background-color css
<style>
a { background-color: #DFEDB5; }
a { background-color: rgb(223,237,181); }
div.DivClassName
{
background-color: #DFEDB5;
}
.BgClassName
{
background-color: #DFEDB5;
}
</style>
border-color css
<style>
span { border-color: #DFEDB5; }
span { border-color: rgb(223,237,181); }
td.TdClassName
{
border-color: #DFEDB5;
}
.TagClassName
{
border-color: #DFEDB5;
}
</style>