#CEFCEB

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

Shades of Humming Bird #CEFCEB

Tints of Humming Bird #CEFCEB

Color information

#CEFCEB (or 0xCEFCEB) is unknown color: approx Humming Bird. HEX triplet: CE, FC and EB. RGB value is (206,252,235). Sum of RGB (Red+Green+Blue) = 206+252+235=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCEB is #310314. Grayscale: #ECECEC. Windows color (decimal): -3212053 or 15465678. OLE color: 15465678.

HSL color Cylindrical-coordinate representation of color #CEFCEB: hue angle of 157.83º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCEB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB206252235-
CMYK0.1800.070.01
HSL157.83º88.46%89.8%-
HSV(B)157.83º18.25%98.82%-
XYZ75.2688.7491.76-
YUV236.31127.26106.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.73%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=29.73%
G=36.36%
B=33.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522350.1800.070.01157.8388.4689.8
HexCEFCEB120719e585a
Octal31637435322071236130132
Binary11001110111111001110101110010011111001111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCEB; }

 p { color: rgb(206,252,235); }

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

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

 a { background-color: rgb(206,252,235); }

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

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

 span { border-color: rgb(206,252,235); }

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