#CCFCE5

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

Shades of Humming Bird #CCFCE5

Tints of Humming Bird #CCFCE5

Color information

#CCFCE5 (or 0xCCFCE5) is unknown color: approx Humming Bird. HEX triplet: CC, FC and E5. RGB value is (204,252,229). Sum of RGB (Red+Green+Blue) = 204+252+229=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCE5 is #33031A. Grayscale: #EBEBEB. Windows color (decimal): -3343131 or 15072460. OLE color: 15072460.

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

Color convert

RGB204252229-
CMYK0.1900.090.01
HSL151.25º88.89%89.41%-
HSV(B)151.25º19.05%98.82%-
XYZ73.8688.1287.24-
YUV235.03124.6105.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=29.78%
G=36.79%
B=33.43%

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
Decimal2042522290.1900.090.01151.2588.8989.41
HexCCFCE513091975959
Octal314374345230111227131131
Binary110011001111110011100101100110100111001011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCE5; }

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

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

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

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

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

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

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

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