#CBECE1

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

Shades of Humming Bird #CBECE1

Tints of Humming Bird #CBECE1

Color information

#CBECE1 (or 0xCBECE1) is unknown color: approx Humming Bird. HEX triplet: CB, EC and E1. RGB value is (203,236,225). Sum of RGB (Red+Green+Blue) = 203+236+225=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECE1 is #34131E. Grayscale: #E0E0E0. Windows color (decimal): -3412767 or 14806219. OLE color: 14806219.

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

Color convert

RGB203236225-
CMYK0.1400.050.07
HSL160º46.48%86.08%-
HSV(B)160º13.98%92.55%-
XYZ68.2178.1282.72-
YUV224.88128.07112.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=30.57%
G=35.54%
B=33.89%

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
Decimal2032362250.1400.050.0716046.4886.08
HexCBECE1E057a02e56
Octal3133543411605724056126
Binary11001011111011001110000111100101111101000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECE1; }

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

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

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

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

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

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

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

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