#CCF5EB

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

Shades of Humming Bird #CCF5EB

Tints of Humming Bird #CCF5EB

Color information

#CCF5EB (or 0xCCF5EB) is unknown color: approx Humming Bird. HEX triplet: CC, F5 and EB. RGB value is (204,245,235). Sum of RGB (Red+Green+Blue) = 204+245+235=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5EB is #330A14. Grayscale: #E7E7E7. Windows color (decimal): -3344917 or 15463884. OLE color: 15463884.

HSL color Cylindrical-coordinate representation of color #CCF5EB: hue angle of 165.37º 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 #CCF5EB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB204245235-
CMYK0.1700.040.04
HSL165.37º67.21%88.04%-
HSV(B)165.37º16.73%96.08%-
XYZ72.5584.1491.01-
YUV231.6129.92108.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=29.82%
G=35.82%
B=34.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452350.1700.040.04165.3767.2188.04
HexCCF5EB11044a54358
Octal31436535321044245103130
Binary1100110011110101111010111000101001001010010110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5EB; }

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

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

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

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

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

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

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

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