#CCFCE8

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

Shades of Humming Bird #CCFCE8

Tints of Humming Bird #CCFCE8

Color information

#CCFCE8 (or 0xCCFCE8) is unknown color: approx Humming Bird. HEX triplet: CC, FC and E8. RGB value is (204,252,232). Sum of RGB (Red+Green+Blue) = 204+252+232=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCE8 is #330317. Grayscale: #EBEBEB. Windows color (decimal): -3343128 or 15269068. OLE color: 15269068.

HSL color Cylindrical-coordinate representation of color #CCFCE8: hue angle of 155º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCE8 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB204252232-
CMYK0.1900.080.01
HSL155º88.89%89.41%-
HSV(B)155º19.05%98.82%-
XYZ74.2888.2889.47-
YUV235.37126.1105.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=29.65%
G=36.63%
B=33.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522320.1900.080.0115588.8989.41
HexCCFCE8130819b5959
Octal314374350230101233131131
Binary110011001111110011101000100110100011001101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCE8; }

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

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

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

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

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

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

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

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