#CEF2E6

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

Shades of Humming Bird #CEF2E6

Tints of Humming Bird #CEF2E6

Color information

#CEF2E6 (or 0xCEF2E6) is unknown color: approx Humming Bird. HEX triplet: CE, F2 and E6. RGB value is (206,242,230). Sum of RGB (Red+Green+Blue) = 206+242+230=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2E6 is #310D19. Grayscale: #E5E5E5. Windows color (decimal): -3214618 or 15135438. OLE color: 15135438.

HSL color Cylindrical-coordinate representation of color #CEF2E6: hue angle of 160º degrees, saturation: 0.58, 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 #CEF2E6 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB206242230-
CMYK0.1500.050.05
HSL160º58.06%87.84%-
HSV(B)160º14.88%94.9%-
XYZ71.4982.3486.99-
YUV229.87128.07110.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.38%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 230 (90.23% from 255) = 33.92%
R=30.38%
G=35.69%
B=33.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422300.1500.050.0516058.0687.84
HexCEF2E6F055a03a58
Octal3163623461705524072130
Binary11001110111100101110011011110101101101000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2E6; }

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

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

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

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

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

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

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

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