#CAEDE1

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

Shades of Humming Bird #CAEDE1

Tints of Humming Bird #CAEDE1

Color information

#CAEDE1 (or 0xCAEDE1) is unknown color: approx Humming Bird. HEX triplet: CA, ED and E1. RGB value is (202,237,225). Sum of RGB (Red+Green+Blue) = 202+237+225=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDE1 is #35121E. Grayscale: #E1E1E1. Windows color (decimal): -3478047 or 14806474. OLE color: 14806474.

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

Color convert

RGB202237225-
CMYK0.1500.050.07
HSL159.43º49.3%86.08%-
HSV(B)159.43º14.77%92.94%-
XYZ68.2378.5682.8-
YUV225.17127.9111.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=30.42%
G=35.69%
B=33.89%

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
Decimal2022372250.1500.050.07159.4349.386.08
HexCAEDE1F0579f3156
Octal3123553411705723761126
Binary11001010111011011110000111110101111100111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE1; }

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

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

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

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

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

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

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

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