#CFEBE2

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

Shades of Humming Bird #CFEBE2

Tints of Humming Bird #CFEBE2

Color information

#CFEBE2 (or 0xCFEBE2) is unknown color: approx Humming Bird. HEX triplet: CF, EB and E2. RGB value is (207,235,226). Sum of RGB (Red+Green+Blue) = 207+235+226=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE2 is #30141D. Grayscale: #E1E1E1. Windows color (decimal): -3150878 or 14871503. OLE color: 14871503.

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

Color convert

RGB207235226-
CMYK0.1200.040.08
HSL160.71º41.18%86.67%-
HSV(B)160.71º11.91%92.16%-
XYZ69.1778.1783.39-
YUV225.6128.22114.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=30.99%
G=35.18%
B=33.83%

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
Decimal2072352260.1200.040.08160.7141.1886.67
HexCFEBE2C048a12957
Octal31735334214041024151127
Binary110011111110101111100010110001001000101000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE2; }

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

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

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

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

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

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

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

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