#CCFCE6

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

Shades of Humming Bird #CCFCE6

Tints of Humming Bird #CCFCE6

Color information

#CCFCE6 (or 0xCCFCE6) is unknown color: approx Humming Bird. HEX triplet: CC, FC and E6. RGB value is (204,252,230). Sum of RGB (Red+Green+Blue) = 204+252+230=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCE6 is #330319. Grayscale: #EBEBEB. Windows color (decimal): -3343130 or 15137996. OLE color: 15137996.

HSL color Cylindrical-coordinate representation of color #CCFCE6: hue angle of 152.5º 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 #CCFCE6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB204252230-
CMYK0.1900.090.01
HSL152.5º88.89%89.41%-
HSV(B)152.5º19.05%98.82%-
XYZ7488.1787.98-
YUV235.14125.1105.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=29.74%
G=36.73%
B=33.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522300.1900.090.01152.588.8989.41
HexCCFCE613091985959
Octal314374346230111230131131
Binary110011001111110011100110100110100111001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCE6; }

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

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

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

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

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

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

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

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