#CCF6EC

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

Shades of Humming Bird #CCF6EC

Tints of Humming Bird #CCF6EC

Color information

#CCF6EC (or 0xCCF6EC) is unknown color: approx Humming Bird. HEX triplet: CC, F6 and EC. RGB value is (204,246,236). Sum of RGB (Red+Green+Blue) = 204+246+236=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6EC is #330913. Grayscale: #E8E8E8. Windows color (decimal): -3344660 or 15529676. OLE color: 15529676.

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

Color convert

RGB204246236-
CMYK0.1700.040.04
HSL165.71º70%88.24%-
HSV(B)165.71º17.07%96.47%-
XYZ7384.8191.88-
YUV232.3130.09107.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=29.74%
G=35.86%
B=34.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042462360.1700.040.04165.717088.24
HexCCF6EC11044a64658
Octal31436635421044246106130
Binary1100110011110110111011001000101001001010011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6EC; }

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

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

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

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

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

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

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

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