Shades of Honeysuckle #DEE465
Tints of Honeysuckle #DEE465
RGB
CMYK
RGB Variations
Color information
#DEE465 (or 0xDEE465) is known color: Honeysuckle. HEX triplet: DE, E4 and 65. RGB value is (222,228,101). Sum of RGB (Red+Green+Blue) = 222+228+101=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE465 is #211B9A. Grayscale: #D4D4D4. Windows color (decimal): -2169755 or 6677726. OLE color: 6677726.
HSL color Cylindrical-coordinate representation of color #DEE465: hue angle of 62.83º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE465 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 101 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.11 |
| HSL | 62.83º | 0.7% | 0.65% | - |
| HSV(B) | 62.83º | 0.56% | 0.89% | - |
| XYZ | 60.22 | 71.96 | 23.03 | - |
| YUV | 211.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 101 | 0.03 | 0 | 0.56 | 0.11 | 62.83 | 0.7 | 0.65 |
| Hex | DE | E4 | 65 | 3 | 0 | 38 | B | 3F | 46 | 41 |
| Octal | 336 | 344 | 145 | 3 | 0 | 70 | 13 | 77 | 106 | 101 |
| Binary | 11011110 | 11100100 | 1100101 | 11 | 0 | 111000 | 1011 | 111111 | 1000110 | 1000001 |
Color Harmonies of #DEE465
Complementary color
Monochromatic Colors of #DEE465
Black with #DEE465
Text Example
Text Example
White with #DEE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE465; }
p { color: rgb(222,228,101); }
H1.HeaderClassName
{
color: #DEE465;
}
.AnyTagClassName
{
color: #DEE465;
}
</style>
background-color css
<style>
a { background-color: #DEE465; }
a { background-color: rgb(222,228,101); }
div.DivClassName
{
background-color: #DEE465;
}
.BgClassName
{
background-color: #DEE465;
}
</style>
border-color css
<style>
span { border-color: #DEE465; }
span { border-color: rgb(222,228,101); }
td.TdClassName
{
border-color: #DEE465;
}
.TagClassName
{
border-color: #DEE465;
}
</style>