#CAF3E0

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

Shades of Humming Bird #CAF3E0

Tints of Humming Bird #CAF3E0

Color information

#CAF3E0 (or 0xCAF3E0) is unknown color: approx Humming Bird. HEX triplet: CA, F3 and E0. RGB value is (202,243,224). Sum of RGB (Red+Green+Blue) = 202+243+224=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3E0 is #350C1F. Grayscale: #E4E4E4. Windows color (decimal): -3476512 or 14742474. OLE color: 14742474.

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

Color convert

RGB202243224-
CMYK0.1700.080.05
HSL152.2º63.08%87.25%-
HSV(B)152.2º16.87%95.29%-
XYZ69.8682.0482.67-
YUV228.58125.42109.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=30.19%
G=36.32%
B=33.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432240.1700.080.05152.263.0887.25
HexCAF3E011085983f57
Octal31236334021010523077127
Binary1100101011110011111000001000101000101100110001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3E0; }

 p { color: rgb(202,243,224); }

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

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

 a { background-color: rgb(202,243,224); }

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

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

 span { border-color: rgb(202,243,224); }

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