#CCF8ED

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

Shades of Humming Bird #CCF8ED

Tints of Humming Bird #CCF8ED

Color information

#CCF8ED (or 0xCCF8ED) is unknown color: approx Humming Bird. HEX triplet: CC, F8 and ED. RGB value is (204,248,237). Sum of RGB (Red+Green+Blue) = 204+248+237=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8ED is #330712. Grayscale: #E9E9E9. Windows color (decimal): -3344147 or 15595724. OLE color: 15595724.

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

Color convert

RGB204248237-
CMYK0.1800.040.03
HSL165º75.86%88.63%-
HSV(B)165º17.74%97.25%-
XYZ73.7686.0992.85-
YUV233.59129.92106.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=29.61%
G=35.99%
B=34.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482370.1800.040.0316575.8688.63
HexCCF8ED12043a54c59
Octal31437035522043245114131
Binary110011001111100011101101100100100111010010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8ED; }

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

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

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

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

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

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

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

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