#CAF7E1

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

Shades of Humming Bird #CAF7E1

Tints of Humming Bird #CAF7E1

Color information

#CAF7E1 (or 0xCAF7E1) is unknown color: approx Humming Bird. HEX triplet: CA, F7 and E1. RGB value is (202,247,225). Sum of RGB (Red+Green+Blue) = 202+247+225=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7E1 is #35081E. Grayscale: #E7E7E7. Windows color (decimal): -3475487 or 14809034. OLE color: 14809034.

HSL color Cylindrical-coordinate representation of color #CAF7E1: hue angle of 150.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7E1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB202247225-
CMYK0.1800.090.03
HSL150.67º73.77%88.04%-
HSV(B)150.67º18.22%96.86%-
XYZ71.2184.5183.79-
YUV231.04124.59107.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=29.97%
G=36.65%
B=33.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472250.1800.090.03150.6773.7788.04
HexCAF7E112093974a58
Octal312367341220113227112130
Binary1100101011110111111000011001001001111001011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7E1; }

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

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

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

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

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

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

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

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