#CAEDE2

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

Shades of Humming Bird #CAEDE2

Tints of Humming Bird #CAEDE2

Color information

#CAEDE2 (or 0xCAEDE2) is unknown color: approx Humming Bird. HEX triplet: CA, ED and E2. RGB value is (202,237,226). Sum of RGB (Red+Green+Blue) = 202+237+226=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDE2 is #35121D. Grayscale: #E1E1E1. Windows color (decimal): -3478046 or 14872010. OLE color: 14872010.

HSL color Cylindrical-coordinate representation of color #CAEDE2: hue angle of 161.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB202237226-
CMYK0.1500.050.07
HSL161.14º49.3%86.08%-
HSV(B)161.14º14.77%92.94%-
XYZ68.3778.6283.52-
YUV225.28128.4111.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=30.38%
G=35.64%
B=33.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372260.1500.050.07161.1449.386.08
HexCAEDE2F057a13156
Octal3123553421705724161126
Binary11001010111011011110001011110101111101000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE2; }

 p { color: rgb(202,237,226); }

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

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

 a { background-color: rgb(202,237,226); }

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

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

 span { border-color: rgb(202,237,226); }

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