#CFEBE1

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

Shades of Humming Bird #CFEBE1

Tints of Humming Bird #CFEBE1

Color information

#CFEBE1 (or 0xCFEBE1) is unknown color: approx Humming Bird. HEX triplet: CF, EB and E1. RGB value is (207,235,225). Sum of RGB (Red+Green+Blue) = 207+235+225=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE1 is #30141E. Grayscale: #E1E1E1. Windows color (decimal): -3150879 or 14805967. OLE color: 14805967.

HSL color Cylindrical-coordinate representation of color #CFEBE1: hue angle of 158.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBE1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB207235225-
CMYK0.1200.040.08
HSL158.57º41.18%86.67%-
HSV(B)158.57º11.91%92.16%-
XYZ69.0378.1282.67-
YUV225.49127.72114.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=31.03%
G=35.23%
B=33.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352250.1200.040.08158.5741.1886.67
HexCFEBE1C0489f2957
Octal31735334114041023751127
Binary110011111110101111100001110001001000100111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE1; }

 p { color: rgb(207,235,225); }

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

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

 a { background-color: rgb(207,235,225); }

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

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

 span { border-color: rgb(207,235,225); }

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