#CFEDE2

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

Shades of Humming Bird #CFEDE2

Tints of Humming Bird #CFEDE2

Color information

#CFEDE2 (or 0xCFEDE2) is unknown color: approx Humming Bird. HEX triplet: CF, ED and E2. RGB value is (207,237,226). Sum of RGB (Red+Green+Blue) = 207+237+226=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDE2 is #30121D. Grayscale: #E2E2E2. Windows color (decimal): -3150366 or 14872015. OLE color: 14872015.

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

Color convert

RGB207237226-
CMYK0.1300.050.07
HSL158º45.45%87.06%-
HSV(B)158º12.66%92.94%-
XYZ69.7479.3283.59-
YUV226.78127.56113.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 226 (88.67% from 255) = 33.73%
R=30.90%
G=35.37%
B=33.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072372260.1300.050.0715845.4587.06
HexCFEDE2D0579e2d57
Octal3173553421505723655127
Binary11001111111011011110001011010101111100111101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDE2; }

 p { color: rgb(207,237,226); }

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

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

 a { background-color: rgb(207,237,226); }

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

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

 span { border-color: rgb(207,237,226); }

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