#CEEDE1

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

Shades of Humming Bird #CEEDE1

Tints of Humming Bird #CEEDE1

Color information

#CEEDE1 (or 0xCEEDE1) is unknown color: approx Humming Bird. HEX triplet: CE, ED and E1. RGB value is (206,237,225). Sum of RGB (Red+Green+Blue) = 206+237+225=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDE1 is #31121E. Grayscale: #E2E2E2. Windows color (decimal): -3215903 or 14806478. OLE color: 14806478.

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

Color convert

RGB206237225-
CMYK0.1300.050.07
HSL156.77º46.27%86.86%-
HSV(B)156.77º13.08%92.94%-
XYZ69.3379.1382.85-
YUV226.36127.23113.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=30.84%
G=35.48%
B=33.68%

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
Decimal2062372250.1300.050.07156.7746.2786.86
HexCEEDE1D0579d2e57
Octal3163553411505723556127
Binary11001110111011011110000111010101111100111011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDE1; }

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

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

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

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

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

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

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

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