#CCEFE3

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

Shades of Humming Bird #CCEFE3

Tints of Humming Bird #CCEFE3

Color information

#CCEFE3 (or 0xCCEFE3) is unknown color: approx Humming Bird. HEX triplet: CC, EF and E3. RGB value is (204,239,227). Sum of RGB (Red+Green+Blue) = 204+239+227=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE3 is #33101C. Grayscale: #E3E3E3. Windows color (decimal): -3346461 or 14938060. OLE color: 14938060.

HSL color Cylindrical-coordinate representation of color #CCEFE3: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFE3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB204239227-
CMYK0.1500.050.06
HSL159.43º52.24%86.86%-
HSV(B)159.43º14.64%93.73%-
XYZ69.6380.1284.47-
YUV227.17127.9111.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=30.45%
G=35.67%
B=33.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392270.1500.050.06159.4352.2486.86
HexCCEFE3F0569f3457
Octal3143573431705623764127
Binary11001100111011111110001111110101110100111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFE3; }

 p { color: rgb(204,239,227); }

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

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

 a { background-color: rgb(204,239,227); }

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

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

 span { border-color: rgb(204,239,227); }

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