#CBEDE4

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

Shades of Humming Bird #CBEDE4

Tints of Humming Bird #CBEDE4

Color information

#CBEDE4 (or 0xCBEDE4) is unknown color: approx Humming Bird. HEX triplet: CB, ED and E4. RGB value is (203,237,228). Sum of RGB (Red+Green+Blue) = 203+237+228=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDE4 is #34121B. Grayscale: #E1E1E1. Windows color (decimal): -3412508 or 15003083. OLE color: 15003083.

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

Color convert

RGB203237228-
CMYK0.1400.040.07
HSL164.12º48.57%86.27%-
HSV(B)164.12º14.35%92.94%-
XYZ68.9278.8784.99-
YUV225.81129.24111.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=30.39%
G=35.48%
B=34.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372280.1400.040.07164.1248.5786.27
HexCBEDE4E047a43156
Octal3133553441604724461126
Binary11001011111011011110010011100100111101001001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDE4; }

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

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

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

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

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

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

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

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