#CEF1E2

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

Shades of Humming Bird #CEF1E2

Tints of Humming Bird #CEF1E2

Color information

#CEF1E2 (or 0xCEF1E2) is unknown color: approx Humming Bird. HEX triplet: CE, F1 and E2. RGB value is (206,241,226). Sum of RGB (Red+Green+Blue) = 206+241+226=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1E2 is #310E1D. Grayscale: #E4E4E4. Windows color (decimal): -3214878 or 14873038. OLE color: 14873038.

HSL color Cylindrical-coordinate representation of color #CEF1E2: hue angle of 154.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF1E2 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB206241226-
CMYK0.1500.060.05
HSL154.29º55.56%87.65%-
HSV(B)154.29º14.52%94.51%-
XYZ70.6481.5283.96-
YUV228.82126.4111.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 241 (94.53% from 255) = 35.81%
BLUE value IS 226 (88.67% from 255) = 33.58%
R=30.61%
G=35.81%
B=33.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062412260.1500.060.05154.2955.5687.65
HexCEF1E2F0659a3858
Octal3163613421706523270130
Binary11001110111100011110001011110110101100110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1E2; }

 p { color: rgb(206,241,226); }

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

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

 a { background-color: rgb(206,241,226); }

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

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

 span { border-color: rgb(206,241,226); }

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