#CFECE0

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

Shades of Humming Bird #CFECE0

Tints of Humming Bird #CFECE0

Color information

#CFECE0 (or 0xCFECE0) is unknown color: approx Humming Bird. HEX triplet: CF, EC and E0. RGB value is (207,236,224). Sum of RGB (Red+Green+Blue) = 207+236+224=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECE0 is #30131F. Grayscale: #E1E1E1. Windows color (decimal): -3150624 or 14740687. OLE color: 14740687.

HSL color Cylindrical-coordinate representation of color #CFECE0: hue angle of 155.17º 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 #CFECE0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB207236224-
CMYK0.1200.050.07
HSL155.17º43.28%86.86%-
HSV(B)155.17º12.29%92.55%-
XYZ69.1878.6482.05-
YUV225.96126.89114.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=31.03%
G=35.38%
B=33.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072362240.1200.050.07155.1743.2886.86
HexCFECE0C0579b2b57
Octal3173543401405723353127
Binary11001111111011001110000011000101111100110111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECE0; }

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

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

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

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

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

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

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

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