#CCFCED

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

Shades of Humming Bird #CCFCED

Tints of Humming Bird #CCFCED

Color information

#CCFCED (or 0xCCFCED) is unknown color: approx Humming Bird. HEX triplet: CC, FC and ED. RGB value is (204,252,237). Sum of RGB (Red+Green+Blue) = 204+252+237=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCED is #330312. Grayscale: #EBEBEB. Windows color (decimal): -3343123 or 15596748. OLE color: 15596748.

HSL color Cylindrical-coordinate representation of color #CCFCED: hue angle of 161.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCED is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB204252237-
CMYK0.1900.060.01
HSL161.25º88.89%89.41%-
HSV(B)161.25º19.05%98.82%-
XYZ7588.5793.26-
YUV235.94128.6105.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=29.44%
G=36.36%
B=34.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522370.1900.060.01161.2588.8989.41
HexCCFCED13061a15959
Octal31437435523061241131131
Binary11001100111111001110110110011011011010000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCED; }

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

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

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

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

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

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

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

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