#CFECE1

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

Shades of Humming Bird #CFECE1

Tints of Humming Bird #CFECE1

Color information

#CFECE1 (or 0xCFECE1) is unknown color: approx Humming Bird. HEX triplet: CF, EC and E1. RGB value is (207,236,225). Sum of RGB (Red+Green+Blue) = 207+236+225=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECE1 is #30131E. Grayscale: #E2E2E2. Windows color (decimal): -3150623 or 14806223. OLE color: 14806223.

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

Color convert

RGB207236225-
CMYK0.1200.050.07
HSL157.24º43.28%86.86%-
HSV(B)157.24º12.29%92.55%-
XYZ69.3278.6982.77-
YUV226.08127.39114.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=30.99%
G=35.33%
B=33.68%

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
Decimal2072362250.1200.050.07157.2443.2886.86
HexCFECE1C0579d2b57
Octal3173543411405723553127
Binary11001111111011001110000111000101111100111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECE1; }

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

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

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

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

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

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

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

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