#CEEDE4

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

Shades of Humming Bird #CEEDE4

Tints of Humming Bird #CEEDE4

Color information

#CEEDE4 (or 0xCEEDE4) is unknown color: approx Humming Bird. HEX triplet: CE, ED and E4. RGB value is (206,237,228). Sum of RGB (Red+Green+Blue) = 206+237+228=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDE4 is #31121B. Grayscale: #E2E2E2. Windows color (decimal): -3215900 or 15003086. OLE color: 15003086.

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

Color convert

RGB206237228-
CMYK0.1300.040.07
HSL162.58º46.27%86.86%-
HSV(B)162.58º13.08%92.94%-
XYZ69.7479.2985.03-
YUV226.7128.73113.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=30.70%
G=35.32%
B=33.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372280.1300.040.07162.5846.2786.86
HexCEEDE4D047a32e57
Octal3163553441504724356127
Binary11001110111011011110010011010100111101000111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDE4; }

 p { color: rgb(206,237,228); }

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

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

 a { background-color: rgb(206,237,228); }

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

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

 span { border-color: rgb(206,237,228); }

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