#CFEBE3

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

Shades of Humming Bird #CFEBE3

Tints of Humming Bird #CFEBE3

Color information

#CFEBE3 (or 0xCFEBE3) is unknown color: approx Humming Bird. HEX triplet: CF, EB and E3. RGB value is (207,235,227). Sum of RGB (Red+Green+Blue) = 207+235+227=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE3 is #30141C. Grayscale: #E1E1E1. Windows color (decimal): -3150877 or 14937039. OLE color: 14937039.

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

Color convert

RGB207235227-
CMYK0.1200.030.08
HSL162.86º41.18%86.67%-
HSV(B)162.86º11.91%92.16%-
XYZ69.3178.2384.12-
YUV225.72128.72114.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=30.94%
G=35.13%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352270.1200.030.08162.8641.1886.67
HexCFEBE3C038a32957
Octal31735334314031024351127
Binary11001111111010111110001111000111000101000111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE3; }

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

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

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

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

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

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

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

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