#CCFAE8

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

Shades of Humming Bird #CCFAE8

Tints of Humming Bird #CCFAE8

Color information

#CCFAE8 (or 0xCCFAE8) is unknown color: approx Humming Bird. HEX triplet: CC, FA and E8. RGB value is (204,250,232). Sum of RGB (Red+Green+Blue) = 204+250+232=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAE8 is #330517. Grayscale: #EAEAEA. Windows color (decimal): -3343640 or 15268556. OLE color: 15268556.

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

Color convert

RGB204250232-
CMYK0.1800.070.02
HSL156.52º82.14%89.02%-
HSV(B)156.52º18.4%98.04%-
XYZ73.6587.0389.26-
YUV234.19126.76106.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=29.74%
G=36.44%
B=33.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502320.1800.070.02156.5282.1489.02
HexCCFAE8120729d5259
Octal31437235022072235122131
Binary110011001111101011101000100100111101001110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAE8; }

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

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

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

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

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

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

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

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