#CCF5E6

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

Shades of Humming Bird #CCF5E6

Tints of Humming Bird #CCF5E6

Color information

#CCF5E6 (or 0xCCF5E6) is unknown color: approx Humming Bird. HEX triplet: CC, F5 and E6. RGB value is (204,245,230). Sum of RGB (Red+Green+Blue) = 204+245+230=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5E6 is #330A19. Grayscale: #E7E7E7. Windows color (decimal): -3344922 or 15136204. OLE color: 15136204.

HSL color Cylindrical-coordinate representation of color #CCF5E6: hue angle of 158.05º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5E6 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB204245230-
CMYK0.1700.060.04
HSL158.05º67.21%88.04%-
HSV(B)158.05º16.73%96.08%-
XYZ71.8483.8687.26-
YUV231.03127.42108.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 230 (90.23% from 255) = 33.87%
R=30.04%
G=36.08%
B=33.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452300.1700.060.04158.0567.2188.04
HexCCF5E6110649e4358
Octal31436534621064236103130
Binary1100110011110101111001101000101101001001111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5E6; }

 p { color: rgb(204,245,230); }

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

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

 a { background-color: rgb(204,245,230); }

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

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

 span { border-color: rgb(204,245,230); }

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