#CAEDE4

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

Shades of Humming Bird #CAEDE4

Tints of Humming Bird #CAEDE4

Color information

#CAEDE4 (or 0xCAEDE4) is unknown color: approx Humming Bird. HEX triplet: CA, ED and E4. RGB value is (202,237,228). Sum of RGB (Red+Green+Blue) = 202+237+228=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDE4 is #35121B. Grayscale: #E1E1E1. Windows color (decimal): -3478044 or 15003082. OLE color: 15003082.

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

Color convert

RGB202237228-
CMYK0.1500.040.07
HSL164.57º49.3%86.08%-
HSV(B)164.57º14.77%92.94%-
XYZ68.6478.7384.98-
YUV225.51129.4111.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=30.28%
G=35.53%
B=34.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372280.1500.040.07164.5749.386.08
HexCAEDE4F047a53156
Octal3123553441704724561126
Binary11001010111011011110010011110100111101001011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE4; }

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

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

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

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

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

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

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

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