#CCF3EA

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

Shades of Humming Bird #CCF3EA

Tints of Humming Bird #CCF3EA

Color information

#CCF3EA (or 0xCCF3EA) is unknown color: approx Humming Bird. HEX triplet: CC, F3 and EA. RGB value is (204,243,234). Sum of RGB (Red+Green+Blue) = 204+243+234=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EA is #330C15. Grayscale: #E6E6E6. Windows color (decimal): -3345430 or 15397836. OLE color: 15397836.

HSL color Cylindrical-coordinate representation of color #CCF3EA: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3EA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB204243234-
CMYK0.1600.040.05
HSL166.15º61.9%87.65%-
HSV(B)166.15º16.05%95.29%-
XYZ71.882.8890.05-
YUV230.31130.08109.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=29.96%
G=35.68%
B=34.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432340.1600.040.05166.1561.987.65
HexCCF3EA10045a63e58
Octal3143633522004524676130
Binary110011001111001111101010100000100101101001101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3EA; }

 p { color: rgb(204,243,234); }

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

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

 a { background-color: rgb(204,243,234); }

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

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

 span { border-color: rgb(204,243,234); }

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