Shades of Tusk #DEEFB2
Tints of Tusk #DEEFB2
RGB
CMYK
RGB Variations
Color information
#DEEFB2 (or 0xDEEFB2) is known color: Tusk. HEX triplet: DE, EF and B2. RGB value is (222,239,178). Sum of RGB (Red+Green+Blue) = 222+239+178=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFB2 is #21104D. Grayscale: #E3E3E3. Windows color (decimal): -2166862 or 11726814. OLE color: 11726814.
HSL color Cylindrical-coordinate representation of color #DEEFB2: hue angle of 76.72º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEEFB2 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 178 | - |
CMYK | 0.07 | 0 | 0.26 | 0.06 |
HSL | 76.72º | 0.66% | 0.82% | - |
HSV(B) | 76.72º | 0.26% | 0.94% | - |
XYZ | 69.03 | 80.48 | 54.02 | - |
YUV | 226.96 | 100.37 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 178 | 0.07 | 0 | 0.26 | 0.06 | 76.72 | 0.66 | 0.82 |
Hex | DE | EF | B2 | 7 | 0 | 1A | 6 | 4D | 42 | 52 |
Octal | 336 | 357 | 262 | 7 | 0 | 32 | 6 | 115 | 102 | 122 |
Binary | 11011110 | 11101111 | 10110010 | 111 | 0 | 11010 | 110 | 1001101 | 1000010 | 1010010 |
Color Harmonies of #DEEFB2
Complementary color
Monochromatic Colors of #DEEFB2
Black with #DEEFB2
Text Example
Text Example
White with #DEEFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFB2; }
p { color: rgb(222,239,178); }
H1.HeaderClassName
{
color: #DEEFB2;
}
.AnyTagClassName
{
color: #DEEFB2;
}
</style>
background-color css
<style>
a { background-color: #DEEFB2; }
a { background-color: rgb(222,239,178); }
div.DivClassName
{
background-color: #DEEFB2;
}
.BgClassName
{
background-color: #DEEFB2;
}
</style>
border-color css
<style>
span { border-color: #DEEFB2; }
span { border-color: rgb(222,239,178); }
td.TdClassName
{
border-color: #DEEFB2;
}
.TagClassName
{
border-color: #DEEFB2;
}
</style>