#CAF4E1

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

Shades of Humming Bird #CAF4E1

Tints of Humming Bird #CAF4E1

Color information

#CAF4E1 (or 0xCAF4E1) is unknown color: approx Humming Bird. HEX triplet: CA, F4 and E1. RGB value is (202,244,225). Sum of RGB (Red+Green+Blue) = 202+244+225=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4E1 is #350B1E. Grayscale: #E5E5E5. Windows color (decimal): -3476255 or 14808266. OLE color: 14808266.

HSL color Cylindrical-coordinate representation of color #CAF4E1: hue angle of 152.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4E1 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB202244225-
CMYK0.1700.080.04
HSL152.86º65.62%87.45%-
HSV(B)152.86º17.21%95.69%-
XYZ70.382.6983.49-
YUV229.28125.59108.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 244 (95.70% from 255) = 36.36%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=30.10%
G=36.36%
B=33.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442250.1700.080.04152.8665.6287.45
HexCAF4E111084994257
Octal312364341210104231102127
Binary11001010111101001110000110001010001001001100110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4E1; }

 p { color: rgb(202,244,225); }

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

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

 a { background-color: rgb(202,244,225); }

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

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

 span { border-color: rgb(202,244,225); }

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