#CCFAE4

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

Shades of Humming Bird #CCFAE4

Tints of Humming Bird #CCFAE4

Color information

#CCFAE4 (or 0xCCFAE4) is unknown color: approx Humming Bird. HEX triplet: CC, FA and E4. RGB value is (204,250,228). Sum of RGB (Red+Green+Blue) = 204+250+228=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE4 is #33051B. Grayscale: #E9E9E9. Windows color (decimal): -3343644 or 15006412. OLE color: 15006412.

HSL color Cylindrical-coordinate representation of color #CCFAE4: hue angle of 151.3º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAE4 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB204250228-
CMYK0.1800.090.02
HSL151.3º82.14%89.02%-
HSV(B)151.3º18.4%98.04%-
XYZ73.0986.8186.3-
YUV233.74124.76106.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=29.91%
G=36.66%
B=33.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502280.1800.090.02151.382.1489.02
HexCCFAE412092975259
Octal314372344220112227122131
Binary1100110011111010111001001001001001101001011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE4; }

 p { color: rgb(204,250,228); }

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

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

 a { background-color: rgb(204,250,228); }

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

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

 span { border-color: rgb(204,250,228); }

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