#CEF7E6

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

Shades of Humming Bird #CEF7E6

Tints of Humming Bird #CEF7E6

Color information

#CEF7E6 (or 0xCEF7E6) is unknown color: approx Humming Bird. HEX triplet: CE, F7 and E6. RGB value is (206,247,230). Sum of RGB (Red+Green+Blue) = 206+247+230=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7E6 is #310819. Grayscale: #E8E8E8. Windows color (decimal): -3213338 or 15136718. OLE color: 15136718.

HSL color Cylindrical-coordinate representation of color #CEF7E6: hue angle of 155.12º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7E6 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB206247230-
CMYK0.1700.070.03
HSL155.12º71.93%88.82%-
HSV(B)155.12º16.6%96.86%-
XYZ7385.3687.49-
YUV232.8126.42108.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 247 (96.88% from 255) = 36.16%
BLUE value IS 230 (90.23% from 255) = 33.67%
R=30.16%
G=36.16%
B=33.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062472300.1700.070.03155.1271.9388.82
HexCEF7E6110739b4859
Octal31636734621073233110131
Binary110011101111011111100110100010111111001101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7E6; }

 p { color: rgb(206,247,230); }

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

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

 a { background-color: rgb(206,247,230); }

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

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

 span { border-color: rgb(206,247,230); }

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