#CAF4E4

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

Shades of Humming Bird #CAF4E4

Tints of Humming Bird #CAF4E4

Color information

#CAF4E4 (or 0xCAF4E4) is unknown color: approx Humming Bird. HEX triplet: CA, F4 and E4. RGB value is (202,244,228). Sum of RGB (Red+Green+Blue) = 202+244+228=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4E4 is #350B1B. Grayscale: #E5E5E5. Windows color (decimal): -3476252 or 15004874. OLE color: 15004874.

HSL color Cylindrical-coordinate representation of color #CAF4E4: hue angle of 157.14º 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 #CAF4E4 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB202244228-
CMYK0.1700.070.04
HSL157.14º65.62%87.45%-
HSV(B)157.14º17.21%95.69%-
XYZ70.7182.8685.67-
YUV229.62127.09108.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 244 (95.70% from 255) = 36.20%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=29.97%
G=36.20%
B=33.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442280.1700.070.04157.1465.6287.45
HexCAF4E4110749d4257
Octal31236434421074235102127
Binary1100101011110100111001001000101111001001110110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4E4; }

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

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

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

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

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

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

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

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