#CCFFE8

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

Shades of Humming Bird #CCFFE8

Tints of Humming Bird #CCFFE8

Color information

#CCFFE8 (or 0xCCFFE8) is unknown color: approx Humming Bird. HEX triplet: CC, FF and E8. RGB value is (204,255,232). Sum of RGB (Red+Green+Blue) = 204+255+232=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFE8 is #330017. Grayscale: #EDEDED. Windows color (decimal): -3342360 or 15269836. OLE color: 15269836.

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

Color convert

RGB204255232-
CMYK0.200.090
HSL152.94º100%90%-
HSV(B)152.94º20%100%-
XYZ75.2390.1889.79-
YUV237.13125.1104.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.52%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=29.52%
G=36.90%
B=33.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552320.200.090152.9410090
HexCCFFE81409099645a
Octal314377350240110231144132
Binary110011001111111111101000101000100101001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFE8; }

 p { color: rgb(204,255,232); }

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

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

 a { background-color: rgb(204,255,232); }

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

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

 span { border-color: rgb(204,255,232); }

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