#CFEBE0

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

Shades of Humming Bird #CFEBE0

Tints of Humming Bird #CFEBE0

Color information

#CFEBE0 (or 0xCFEBE0) is unknown color: approx Humming Bird. HEX triplet: CF, EB and E0. RGB value is (207,235,224). Sum of RGB (Red+Green+Blue) = 207+235+224=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE0 is #30141F. Grayscale: #E1E1E1. Windows color (decimal): -3150880 or 14740431. OLE color: 14740431.

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

Color convert

RGB207235224-
CMYK0.1200.050.08
HSL156.43º41.18%86.67%-
HSV(B)156.43º11.91%92.16%-
XYZ68.978.0681.96-
YUV225.37127.22114.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=31.08%
G=35.29%
B=33.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352240.1200.050.08156.4341.1886.67
HexCFEBE0C0589c2957
Octal31735334014051023451127
Binary110011111110101111100000110001011000100111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE0; }

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

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

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

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

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

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

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

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