#CEF0E8

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

Shades of Humming Bird #CEF0E8

Tints of Humming Bird #CEF0E8

Color information

#CEF0E8 (or 0xCEF0E8) is unknown color: approx Humming Bird. HEX triplet: CE, F0 and E8. RGB value is (206,240,232). Sum of RGB (Red+Green+Blue) = 206+240+232=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0E8 is #310F17. Grayscale: #E4E4E4. Windows color (decimal): -3215128 or 15265998. OLE color: 15265998.

HSL color Cylindrical-coordinate representation of color #CEF0E8: hue angle of 165.88º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0E8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB206240232-
CMYK0.1400.030.06
HSL165.88º53.12%87.45%-
HSV(B)165.88º14.17%94.12%-
XYZ71.1881.2788.28-
YUV228.92129.74111.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.38%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 232 (91.02% from 255) = 34.22%
R=30.38%
G=35.40%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402320.1400.030.06165.8853.1287.45
HexCEF0E8E036a63557
Octal3163603501603624665127
Binary1100111011110000111010001110011110101001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0E8; }

 p { color: rgb(206,240,232); }

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

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

 a { background-color: rgb(206,240,232); }

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

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

 span { border-color: rgb(206,240,232); }

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