#CEFEEC

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

Shades of Humming Bird #CEFEEC

Tints of Humming Bird #CEFEEC

Color information

#CEFEEC (or 0xCEFEEC) is unknown color: approx Humming Bird. HEX triplet: CE, FE and EC. RGB value is (206,254,236). Sum of RGB (Red+Green+Blue) = 206+254+236=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEEC is #310113. Grayscale: #EDEDED. Windows color (decimal): -3211540 or 15531726. OLE color: 15531726.

HSL color Cylindrical-coordinate representation of color #CEFEEC: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEEC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB206254236-
CMYK0.1900.070.00
HSL157.5º96%90.2%-
HSV(B)157.5º18.9%99.61%-
XYZ76.0490.0692.73-
YUV237.6127.1105.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.60%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=29.60%
G=36.49%
B=33.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542360.1900.070.00157.59690.2
HexCEFEEC130709e605a
Octal31637635423070236140132
Binary11001110111111101110110010011011101001111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEEC; }

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

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

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

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

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

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

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

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