#CCEEE1

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

Shades of Humming Bird #CCEEE1

Tints of Humming Bird #CCEEE1

Color information

#CCEEE1 (or 0xCCEEE1) is unknown color: approx Humming Bird. HEX triplet: CC, EE and E1. RGB value is (204,238,225). Sum of RGB (Red+Green+Blue) = 204+238+225=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE1 is #33111E. Grayscale: #E2E2E2. Windows color (decimal): -3346719 or 14806732. OLE color: 14806732.

HSL color Cylindrical-coordinate representation of color #CCEEE1: hue angle of 157.06º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB204238225-
CMYK0.1400.050.07
HSL157.06º50%86.67%-
HSV(B)157.06º14.29%93.33%-
XYZ69.0779.4282.92-
YUV226.35127.24112.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=30.58%
G=35.68%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382250.1400.050.07157.065086.67
HexCCEEE1E0579d3257
Octal3143563411605723562127
Binary11001100111011101110000111100101111100111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE1; }

 p { color: rgb(204,238,225); }

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

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

 a { background-color: rgb(204,238,225); }

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

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

 span { border-color: rgb(204,238,225); }

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