#CCF5E9

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

Shades of Humming Bird #CCF5E9

Tints of Humming Bird #CCF5E9

Color information

#CCF5E9 (or 0xCCF5E9) is unknown color: approx Humming Bird. HEX triplet: CC, F5 and E9. RGB value is (204,245,233). Sum of RGB (Red+Green+Blue) = 204+245+233=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5E9 is #330A16. Grayscale: #E7E7E7. Windows color (decimal): -3344919 or 15332812. OLE color: 15332812.

HSL color Cylindrical-coordinate representation of color #CCF5E9: hue angle of 162.44º degrees, saturation: 0.67, 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 #CCF5E9 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB204245233-
CMYK0.1700.050.04
HSL162.44º67.21%88.04%-
HSV(B)162.44º16.73%96.08%-
XYZ72.2684.0389.5-
YUV231.37128.92108.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 233 (91.41% from 255) = 34.16%
R=29.91%
G=35.92%
B=34.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452330.1700.050.04162.4467.2188.04
HexCCF5E911054a24358
Octal31436535121054242103130
Binary1100110011110101111010011000101011001010001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5E9; }

 p { color: rgb(204,245,233); }

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

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

 a { background-color: rgb(204,245,233); }

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

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

 span { border-color: rgb(204,245,233); }

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