#CCFAE5

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

Shades of Humming Bird #CCFAE5

Tints of Humming Bird #CCFAE5

Color information

#CCFAE5 (or 0xCCFAE5) is unknown color: approx Humming Bird. HEX triplet: CC, FA and E5. RGB value is (204,250,229). Sum of RGB (Red+Green+Blue) = 204+250+229=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE5 is #33051A. Grayscale: #E9E9E9. Windows color (decimal): -3343643 or 15071948. OLE color: 15071948.

HSL color Cylindrical-coordinate representation of color #CCFAE5: hue angle of 152.61º 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 #CCFAE5 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB204250229-
CMYK0.1800.080.02
HSL152.61º82.14%89.02%-
HSV(B)152.61º18.4%98.04%-
XYZ73.2386.8787.04-
YUV233.85125.26106.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=29.87%
G=36.60%
B=33.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502290.1800.080.02152.6182.1489.02
HexCCFAE512082995259
Octal314372345220102231122131
Binary1100110011111010111001011001001000101001100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE5; }

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

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

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

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

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

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

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

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