#CAECE1

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

Shades of Humming Bird #CAECE1

Tints of Humming Bird #CAECE1

Color information

#CAECE1 (or 0xCAECE1) is unknown color: approx Humming Bird. HEX triplet: CA, EC and E1. RGB value is (202,236,225). Sum of RGB (Red+Green+Blue) = 202+236+225=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECE1 is #35131E. Grayscale: #E0E0E0. Windows color (decimal): -3478303 or 14806218. OLE color: 14806218.

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

Color convert

RGB202236225-
CMYK0.1400.050.07
HSL160.59º47.22%85.88%-
HSV(B)160.59º14.41%92.55%-
XYZ67.9477.9882.71-
YUV224.58128.24111.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=30.47%
G=35.60%
B=33.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362250.1400.050.07160.5947.2285.88
HexCAECE1E057a12f56
Octal3123543411605724157126
Binary11001010111011001110000111100101111101000011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECE1; }

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

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

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

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

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

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

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

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