#CCFEEC

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

Shades of Humming Bird #CCFEEC

Tints of Humming Bird #CCFEEC

Color information

#CCFEEC (or 0xCCFEEC) is unknown color: approx Humming Bird. HEX triplet: CC, FE and EC. RGB value is (204,254,236). Sum of RGB (Red+Green+Blue) = 204+254+236=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEEC is #330113. Grayscale: #EDEDED. Windows color (decimal): -3342612 or 15531724. OLE color: 15531724.

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

Color convert

RGB204254236-
CMYK0.2000.070.00
HSL158.4º96.15%89.8%-
HSV(B)158.4º19.69%99.61%-
XYZ75.4889.7892.71-
YUV237127.44104.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=29.39%
G=36.60%
B=34.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542360.2000.070.00158.496.1589.8
HexCCFEEC140709e605a
Octal31437635424070236140132
Binary11001100111111101110110010100011101001111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEEC; }

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

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

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

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

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

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

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

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