#CCFFE7

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

Shades of Humming Bird #CCFFE7

Tints of Humming Bird #CCFFE7

Color information

#CCFFE7 (or 0xCCFFE7) is unknown color: approx Humming Bird. HEX triplet: CC, FF and E7. RGB value is (204,255,231). Sum of RGB (Red+Green+Blue) = 204+255+231=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFE7 is #330018. Grayscale: #EDEDED. Windows color (decimal): -3342361 or 15204300. OLE color: 15204300.

HSL color Cylindrical-coordinate representation of color #CCFFE7: hue angle of 151.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFE7 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB204255231-
CMYK0.200.090
HSL151.76º100%90%-
HSV(B)151.76º20%100%-
XYZ75.0990.1389.04-
YUV237.02124.6104.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=29.57%
G=36.96%
B=33.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552310.200.090151.7610090
HexCCFFE71409098645a
Octal314377347240110230144132
Binary110011001111111111100111101000100101001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFE7; }

 p { color: rgb(204,255,231); }

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

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

 a { background-color: rgb(204,255,231); }

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

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

 span { border-color: rgb(204,255,231); }

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