#CAEBE1

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

Shades of Humming Bird #CAEBE1

Tints of Humming Bird #CAEBE1

Color information

#CAEBE1 (or 0xCAEBE1) is unknown color: approx Humming Bird. HEX triplet: CA, EB and E1. RGB value is (202,235,225). Sum of RGB (Red+Green+Blue) = 202+235+225=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBE1 is #35141E. Grayscale: #E0E0E0. Windows color (decimal): -3478559 or 14805962. OLE color: 14805962.

HSL color Cylindrical-coordinate representation of color #CAEBE1: hue angle of 161.82º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBE1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB202235225-
CMYK0.1400.040.08
HSL161.82º45.21%85.69%-
HSV(B)161.82º14.04%92.16%-
XYZ67.6677.4182.61-
YUV223.99128.57112.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=30.51%
G=35.50%
B=33.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352250.1400.040.08161.8245.2185.69
HexCAEBE1E048a22d56
Octal31235334116041024255126
Binary110010101110101111100001111001001000101000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE1; }

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

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

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

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

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

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

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

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