#CCEEE3

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

Shades of Humming Bird #CCEEE3

Tints of Humming Bird #CCEEE3

Color information

#CCEEE3 (or 0xCCEEE3) is unknown color: approx Humming Bird. HEX triplet: CC, EE and E3. RGB value is (204,238,227). Sum of RGB (Red+Green+Blue) = 204+238+227=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE3 is #33111C. Grayscale: #E2E2E2. Windows color (decimal): -3346717 or 14937804. OLE color: 14937804.

HSL color Cylindrical-coordinate representation of color #CCEEE3: hue angle of 160.59º 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 #CCEEE3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB204238227-
CMYK0.1400.050.07
HSL160.59º50%86.67%-
HSV(B)160.59º14.29%93.33%-
XYZ69.3479.5384.37-
YUV226.58128.24111.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 227 (89.06% from 255) = 33.93%
R=30.49%
G=35.58%
B=33.93%

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
Decimal2042382270.1400.050.07160.595086.67
HexCCEEE3E057a13257
Octal3143563431605724162127
Binary11001100111011101110001111100101111101000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEE3; }

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

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

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

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

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

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

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

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