#CCEFE0

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

Shades of Humming Bird #CCEFE0

Tints of Humming Bird #CCEFE0

Color information

#CCEFE0 (or 0xCCEFE0) is unknown color: approx Humming Bird. HEX triplet: CC, EF and E0. RGB value is (204,239,224). Sum of RGB (Red+Green+Blue) = 204+239+224=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE0 is #33101F. Grayscale: #E2E2E2. Windows color (decimal): -3346464 or 14741452. OLE color: 14741452.

HSL color Cylindrical-coordinate representation of color #CCEFE0: hue angle of 154.29º 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 #CCEFE0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB204239224-
CMYK0.1500.060.06
HSL154.29º52.24%86.86%-
HSV(B)154.29º14.64%93.73%-
XYZ69.2279.9582.3-
YUV226.82126.4111.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=30.58%
G=35.83%
B=33.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392240.1500.060.06154.2952.2486.86
HexCCEFE0F0669a3457
Octal3143573401706623264127
Binary11001100111011111110000011110110110100110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFE0; }

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

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

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

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

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

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

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

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