#CFECE5

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

Shades of Humming Bird #CFECE5

Tints of Humming Bird #CFECE5

Color information

#CFECE5 (or 0xCFECE5) is unknown color: approx Humming Bird. HEX triplet: CF, EC and E5. RGB value is (207,236,229). Sum of RGB (Red+Green+Blue) = 207+236+229=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECE5 is #30131A. Grayscale: #E2E2E2. Windows color (decimal): -3150619 or 15068367. OLE color: 15068367.

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

Color convert

RGB207236229-
CMYK0.1200.030.07
HSL165.52º43.28%86.86%-
HSV(B)165.52º12.29%92.55%-
XYZ69.8778.9185.68-
YUV226.53129.39114.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=30.80%
G=35.12%
B=34.08%

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
Decimal2072362290.1200.030.07165.5243.2886.86
HexCFECE5C037a62b57
Octal3173543451403724653127
Binary1100111111101100111001011100011111101001101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECE5; }

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

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

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

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

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

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

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

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