#DEE465

Color #DEE465 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DEE465

Tints of Honeysuckle #DEE465

Color information

#DEE465 (or 0xDEE465) is unknown color: approx 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

RGB222228101-
CMYK0.0300.560.11
HSL62.83º70.17%64.51%-
HSV(B)62.83º55.7%89.41%-
XYZ60.2271.9623.03-
YUV211.7365.51135.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 101 (39.84% from 255) = 18.33%
R=40.29%
G=41.38%
B=18.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281010.0300.560.1162.8370.1764.51
HexDEE4653038B3f4641
Octal33634414530701377106101
Binary11011110111001001100101110111000101111111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>