#CCF0E7

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

Shades of Humming Bird #CCF0E7

Tints of Humming Bird #CCF0E7

Color information

#CCF0E7 (or 0xCCF0E7) is unknown color: approx Humming Bird. HEX triplet: CC, F0 and E7. RGB value is (204,240,231). Sum of RGB (Red+Green+Blue) = 204+240+231=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0E7 is #330F18. Grayscale: #E4E4E4. Windows color (decimal): -3346201 or 15200460. OLE color: 15200460.

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

Color convert

RGB204240231-
CMYK0.1500.040.06
HSL165º54.55%87.06%-
HSV(B)165º15%94.12%-
XYZ70.4980.9387.51-
YUV228.21129.57110.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 240 (94.14% from 255) = 35.56%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=30.22%
G=35.56%
B=34.22%

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
Decimal2042402310.1500.040.0616554.5587.06
HexCCF0E7F046a53757
Octal3143603471704624567127
Binary11001100111100001110011111110100110101001011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0E7; }

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

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

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

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

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

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

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

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