#CEFCE7

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

Shades of Humming Bird #CEFCE7

Tints of Humming Bird #CEFCE7

Color information

#CEFCE7 (or 0xCEFCE7) is unknown color: approx Humming Bird. HEX triplet: CE, FC and E7. RGB value is (206,252,231). Sum of RGB (Red+Green+Blue) = 206+252+231=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCE7 is #310318. Grayscale: #EBEBEB. Windows color (decimal): -3212057 or 15203534. OLE color: 15203534.

HSL color Cylindrical-coordinate representation of color #CEFCE7: hue angle of 152.61º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCE7 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB206252231-
CMYK0.1800.080.01
HSL152.61º88.46%89.8%-
HSV(B)152.61º18.25%98.82%-
XYZ74.6988.5188.75-
YUV235.85125.26106.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=29.90%
G=36.57%
B=33.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522310.1800.080.01152.6188.4689.8
HexCEFCE71208199585a
Octal316374347220101231130132
Binary110011101111110011100111100100100011001100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCE7; }

 p { color: rgb(206,252,231); }

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

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

 a { background-color: rgb(206,252,231); }

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

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

 span { border-color: rgb(206,252,231); }

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