#CCF0E6

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

Shades of Humming Bird #CCF0E6

Tints of Humming Bird #CCF0E6

Color information

#CCF0E6 (or 0xCCF0E6) is unknown color: approx Humming Bird. HEX triplet: CC, F0 and E6. RGB value is (204,240,230). Sum of RGB (Red+Green+Blue) = 204+240+230=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0E6 is #330F19. Grayscale: #E4E4E4. Windows color (decimal): -3346202 or 15134924. OLE color: 15134924.

HSL color Cylindrical-coordinate representation of color #CCF0E6: hue angle of 163.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0E6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB204240230-
CMYK0.1500.040.06
HSL163.33º54.55%87.06%-
HSV(B)163.33º15%94.12%-
XYZ70.3480.8786.76-
YUV228.1129.07110.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 240 (94.14% from 255) = 35.61%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=30.27%
G=35.61%
B=34.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402300.1500.040.06163.3354.5587.06
HexCCF0E6F046a33757
Octal3143603461704624367127
Binary11001100111100001110011011110100110101000111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0E6; }

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

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

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

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

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

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

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

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