#CEF5ED

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

Shades of Humming Bird #CEF5ED

Tints of Humming Bird #CEF5ED

Color information

#CEF5ED (or 0xCEF5ED) is unknown color: approx Humming Bird. HEX triplet: CE, F5 and ED. RGB value is (206,245,237). Sum of RGB (Red+Green+Blue) = 206+245+237=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5ED is #310A12. Grayscale: #E8E8E8. Windows color (decimal): -3213843 or 15594958. OLE color: 15594958.

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

Color convert

RGB206245237-
CMYK0.1600.030.04
HSL167.69º66.1%88.43%-
HSV(B)167.69º15.92%96.08%-
XYZ73.3984.5492.57-
YUV232.43130.58109.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 245 (96.09% from 255) = 35.61%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=29.94%
G=35.61%
B=34.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062452370.1600.030.04167.6966.188.43
HexCEF5ED10034a84258
Octal31636535520034250102130
Binary110011101111010111101101100000111001010100010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5ED; }

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

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

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

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

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

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

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

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