#CBEDE1

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

Shades of Humming Bird #CBEDE1

Tints of Humming Bird #CBEDE1

Color information

#CBEDE1 (or 0xCBEDE1) is unknown color: approx Humming Bird. HEX triplet: CB, ED and E1. RGB value is (203,237,225). Sum of RGB (Red+Green+Blue) = 203+237+225=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDE1 is #34121E. Grayscale: #E1E1E1. Windows color (decimal): -3412511 or 14806475. OLE color: 14806475.

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

Color convert

RGB203237225-
CMYK0.1400.050.07
HSL158.82º48.57%86.27%-
HSV(B)158.82º14.35%92.94%-
XYZ68.578.782.81-
YUV225.47127.74111.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=30.53%
G=35.64%
B=33.83%

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
Decimal2032372250.1400.050.07158.8248.5786.27
HexCBEDE1E0579f3156
Octal3133553411605723761126
Binary11001011111011011110000111100101111100111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDE1; }

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

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

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

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

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

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

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

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