#CEFCE8

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

Shades of Humming Bird #CEFCE8

Tints of Humming Bird #CEFCE8

Color information

#CEFCE8 (or 0xCEFCE8) is unknown color: approx Humming Bird. HEX triplet: CE, FC and E8. RGB value is (206,252,232). Sum of RGB (Red+Green+Blue) = 206+252+232=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCE8 is #310317. Grayscale: #EBEBEB. Windows color (decimal): -3212056 or 15269070. OLE color: 15269070.

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

Color convert

RGB206252232-
CMYK0.1800.080.01
HSL153.91º88.46%89.8%-
HSV(B)153.91º18.25%98.82%-
XYZ74.8388.5789.5-
YUV235.97125.76106.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=29.86%
G=36.52%
B=33.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522320.1800.080.01153.9188.4689.8
HexCEFCE8120819a585a
Octal316374350220101232130132
Binary110011101111110011101000100100100011001101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCE8; }

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

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

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

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

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

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

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

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