#CEF6ED

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

Shades of Humming Bird #CEF6ED

Tints of Humming Bird #CEF6ED

Color information

#CEF6ED (or 0xCEF6ED) is unknown color: approx Humming Bird. HEX triplet: CE, F6 and ED. RGB value is (206,246,237). Sum of RGB (Red+Green+Blue) = 206+246+237=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6ED is #310912. Grayscale: #E9E9E9. Windows color (decimal): -3213587 or 15595214. OLE color: 15595214.

HSL color Cylindrical-coordinate representation of color #CEF6ED: hue angle of 166.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6ED is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB206246237-
CMYK0.1600.040.04
HSL166.5º68.97%88.63%-
HSV(B)166.5º16.26%96.47%-
XYZ73.785.1592.67-
YUV233.01130.25108.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=29.90%
G=35.70%
B=34.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462370.1600.040.04166.568.9788.63
HexCEF6ED10044a64559
Octal31636635520044246105131
Binary1100111011110110111011011000001001001010011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6ED; }

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

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

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

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

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

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

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

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