#CFECE4

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

Shades of Humming Bird #CFECE4

Tints of Humming Bird #CFECE4

Color information

#CFECE4 (or 0xCFECE4) is unknown color: approx Humming Bird. HEX triplet: CF, EC and E4. RGB value is (207,236,228). Sum of RGB (Red+Green+Blue) = 207+236+228=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECE4 is #30131B. Grayscale: #E2E2E2. Windows color (decimal): -3150620 or 15002831. OLE color: 15002831.

HSL color Cylindrical-coordinate representation of color #CFECE4: hue angle of 163.45º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECE4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB207236228-
CMYK0.1200.030.07
HSL163.45º43.28%86.86%-
HSV(B)163.45º12.29%92.55%-
XYZ69.7378.8684.94-
YUV226.42128.89114.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=30.85%
G=35.17%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072362280.1200.030.07163.4543.2886.86
HexCFECE4C037a32b57
Octal3173543441403724353127
Binary1100111111101100111001001100011111101000111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECE4; }

 p { color: rgb(207,236,228); }

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

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

 a { background-color: rgb(207,236,228); }

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

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

 span { border-color: rgb(207,236,228); }

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