#CCF5ED

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

Shades of Humming Bird #CCF5ED

Tints of Humming Bird #CCF5ED

Color information

#CCF5ED (or 0xCCF5ED) is unknown color: approx Humming Bird. HEX triplet: CC, F5 and ED. RGB value is (204,245,237). Sum of RGB (Red+Green+Blue) = 204+245+237=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5ED is #330A12. Grayscale: #E7E7E7. Windows color (decimal): -3344915 or 15594956. OLE color: 15594956.

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

Color convert

RGB204245237-
CMYK0.1700.030.04
HSL168.29º67.21%88.04%-
HSV(B)168.29º16.73%96.08%-
XYZ72.8484.2692.54-
YUV231.83130.92108.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=29.74%
G=35.71%
B=34.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452370.1700.030.04168.2967.2188.04
HexCCF5ED11034a84358
Octal31436535521034250103130
Binary110011001111010111101101100010111001010100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5ED; }

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

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

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

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

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

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

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

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