#CEEEE3

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

Shades of Humming Bird #CEEEE3

Tints of Humming Bird #CEEEE3

Color information

#CEEEE3 (or 0xCEEEE3) is unknown color: approx Humming Bird. HEX triplet: CE, EE and E3. RGB value is (206,238,227). Sum of RGB (Red+Green+Blue) = 206+238+227=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEE3 is #31111C. Grayscale: #E3E3E3. Windows color (decimal): -3215645 or 14937806. OLE color: 14937806.

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

Color convert

RGB206238227-
CMYK0.1300.050.07
HSL159.38º48.48%87.06%-
HSV(B)159.38º13.45%93.33%-
XYZ69.8979.8284.4-
YUV227.18127.9112.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=30.70%
G=35.47%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382270.1300.050.07159.3848.4887.06
HexCEEEE3D0579f3057
Octal3163563431505723760127
Binary11001110111011101110001111010101111100111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEE3; }

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

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

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

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

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

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

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

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