#CEF6EC

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

Shades of Humming Bird #CEF6EC

Tints of Humming Bird #CEF6EC

Color information

#CEF6EC (or 0xCEF6EC) is unknown color: approx Humming Bird. HEX triplet: CE, F6 and EC. RGB value is (206,246,236). Sum of RGB (Red+Green+Blue) = 206+246+236=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6EC is #310913. Grayscale: #E8E8E8. Windows color (decimal): -3213588 or 15529678. OLE color: 15529678.

HSL color Cylindrical-coordinate representation of color #CEF6EC: hue angle of 165º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6EC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB206246236-
CMYK0.1600.040.04
HSL165º68.97%88.63%-
HSV(B)165º16.26%96.47%-
XYZ73.5585.0991.9-
YUV232.9129.75108.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=29.94%
G=35.76%
B=34.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462360.1600.040.0416568.9788.63
HexCEF6EC10044a54559
Octal31636635420044245105131
Binary1100111011110110111011001000001001001010010110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6EC; }

 p { color: rgb(206,246,236); }

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

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

 a { background-color: rgb(206,246,236); }

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

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

 span { border-color: rgb(206,246,236); }

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