#CAFEE4

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

Shades of Humming Bird #CAFEE4

Tints of Humming Bird #CAFEE4

Color information

#CAFEE4 (or 0xCAFEE4) is unknown color: approx Humming Bird. HEX triplet: CA, FE and E4. RGB value is (202,254,228). Sum of RGB (Red+Green+Blue) = 202+254+228=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE4 is #35011B. Grayscale: #EBEBEB. Windows color (decimal): -3473692 or 15007434. OLE color: 15007434.

HSL color Cylindrical-coordinate representation of color #CAFEE4: hue angle of 150º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB202254228-
CMYK0.2000.100.00
HSL150º96.3%89.41%-
HSV(B)150º20.47%99.61%-
XYZ73.889.0486.7-
YUV235.49123.77104.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=29.53%
G=37.13%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542280.2000.100.0015096.389.41
HexCAFEE4140A0966059
Octal312376344240120226140131
Binary110010101111111011100100101000101001001011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEE4; }

 p { color: rgb(202,254,228); }

 H1.HeaderClassName
 {
   color: #CAFEE4;
 }
 .AnyTagClassName
 {
   color: #CAFEE4;
 }
</style>
background-color css

<style>
 a { background-color: #CAFEE4; }

 a { background-color: rgb(202,254,228); }

 div.DivClassName
 {
   background-color: #CAFEE4;
 }
 .BgClassName
 {
   background-color: #CAFEE4;
 }
</style>
border-color css

<style>
 span { border-color: #CAFEE4; }

 span { border-color: rgb(202,254,228); }

 td.TdClassName
 {
   border-color: #CAFEE4;
 }
 .TagClassName
 {
   border-color: #CAFEE4;
 }
</style>