#CCF7ED

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

Shades of Humming Bird #CCF7ED

Tints of Humming Bird #CCF7ED

Color information

#CCF7ED (or 0xCCF7ED) is unknown color: approx Humming Bird. HEX triplet: CC, F7 and ED. RGB value is (204,247,237). Sum of RGB (Red+Green+Blue) = 204+247+237=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7ED is #330812. Grayscale: #E8E8E8. Windows color (decimal): -3344403 or 15595468. OLE color: 15595468.

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

Color convert

RGB204247237-
CMYK0.1700.040.03
HSL166.05º72.88%88.43%-
HSV(B)166.05º17.41%96.86%-
XYZ73.4585.4792.75-
YUV233130.25107.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=29.65%
G=35.90%
B=34.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472370.1700.040.03166.0572.8888.43
HexCCF7ED11043a64958
Octal31436735521043246111130
Binary110011001111011111101101100010100111010011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7ED; }

 p { color: rgb(204,247,237); }

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

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

 a { background-color: rgb(204,247,237); }

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

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

 span { border-color: rgb(204,247,237); }

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