#CCFDEA

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

Shades of Humming Bird #CCFDEA

Tints of Humming Bird #CCFDEA

Color information

#CCFDEA (or 0xCCFDEA) is unknown color: approx Humming Bird. HEX triplet: CC, FD and EA. RGB value is (204,253,234). Sum of RGB (Red+Green+Blue) = 204+253+234=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDEA is #330215. Grayscale: #ECECEC. Windows color (decimal): -3342870 or 15400396. OLE color: 15400396.

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

Color convert

RGB204253234-
CMYK0.1900.080.01
HSL156.73º92.45%89.61%-
HSV(B)156.73º19.37%99.22%-
XYZ74.8889.0391.08-
YUV236.18126.77105.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.52%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=29.52%
G=36.61%
B=33.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532340.1900.080.01156.7392.4589.61
HexCCFDEA130819d5c5a
Octal314375352230101235134132
Binary110011001111110111101010100110100011001110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDEA; }

 p { color: rgb(204,253,234); }

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

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

 a { background-color: rgb(204,253,234); }

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

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

 span { border-color: rgb(204,253,234); }

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