#CCF9E8

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

Shades of Humming Bird #CCF9E8

Tints of Humming Bird #CCF9E8

Color information

#CCF9E8 (or 0xCCF9E8) is unknown color: approx Humming Bird. HEX triplet: CC, F9 and E8. RGB value is (204,249,232). Sum of RGB (Red+Green+Blue) = 204+249+232=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9E8 is #330617. Grayscale: #E9E9E9. Windows color (decimal): -3343896 or 15268300. OLE color: 15268300.

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

Color convert

RGB204249232-
CMYK0.1800.070.02
HSL157.33º78.95%88.82%-
HSV(B)157.33º18.07%97.65%-
XYZ73.3486.4189.16-
YUV233.61127.09106.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 232 (91.02% from 255) = 33.87%
R=29.78%
G=36.35%
B=33.87%

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
Decimal2042492320.1800.070.02157.3378.9588.82
HexCCF9E8120729d4f59
Octal31437135022072235117131
Binary110011001111100111101000100100111101001110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9E8; }

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

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

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

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

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

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

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

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