#CEEEE0

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

Shades of Humming Bird #CEEEE0

Tints of Humming Bird #CEEEE0

Color information

#CEEEE0 (or 0xCEEEE0) is unknown color: approx Humming Bird. HEX triplet: CE, EE and E0. RGB value is (206,238,224). Sum of RGB (Red+Green+Blue) = 206+238+224=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEE0 is #31111F. Grayscale: #E2E2E2. Windows color (decimal): -3215648 or 14741198. OLE color: 14741198.

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

Color convert

RGB206238224-
CMYK0.1300.060.07
HSL153.75º48.48%87.06%-
HSV(B)153.75º13.45%93.33%-
XYZ69.4879.6582.23-
YUV226.84126.4113.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 224 (87.89% from 255) = 33.53%
R=30.84%
G=35.63%
B=33.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382240.1300.060.07153.7548.4887.06
HexCEEEE0D0679a3057
Octal3163563401506723260127
Binary11001110111011101110000011010110111100110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEE0; }

 p { color: rgb(206,238,224); }

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

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

 a { background-color: rgb(206,238,224); }

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

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

 span { border-color: rgb(206,238,224); }

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