#CCF7EE

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

Shades of Humming Bird #CCF7EE

Tints of Humming Bird #CCF7EE

Color information

#CCF7EE (or 0xCCF7EE) is unknown color: approx Humming Bird. HEX triplet: CC, F7 and EE. RGB value is (204,247,238). Sum of RGB (Red+Green+Blue) = 204+247+238=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7EE is #330811. Grayscale: #E9E9E9. Windows color (decimal): -3344402 or 15661004. OLE color: 15661004.

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

Color convert

RGB204247238-
CMYK0.1700.040.03
HSL167.44º72.88%88.43%-
HSV(B)167.44º17.41%96.86%-
XYZ73.685.5393.52-
YUV233.12130.75107.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=29.61%
G=35.85%
B=34.54%

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
Decimal2042472380.1700.040.03167.4472.8888.43
HexCCF7EE11043a74958
Octal31436735621043247111130
Binary110011001111011111101110100010100111010011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7EE; }

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

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

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

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

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

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

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

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