#CFE9E0

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

Shades of Humming Bird #CFE9E0

Tints of Humming Bird #CFE9E0

Color information

#CFE9E0 (or 0xCFE9E0) is unknown color: approx Humming Bird. HEX triplet: CF, E9 and E0. RGB value is (207,233,224). Sum of RGB (Red+Green+Blue) = 207+233+224=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9E0 is #30161F. Grayscale: #E0E0E0. Windows color (decimal): -3151392 or 14739919. OLE color: 14739919.

HSL color Cylindrical-coordinate representation of color #CFE9E0: hue angle of 159.23º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9E0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB207233224-
CMYK0.1100.040.09
HSL159.23º37.14%86.27%-
HSV(B)159.23º11.16%91.37%-
XYZ68.3376.9381.77-
YUV224.2127.89115.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=31.17%
G=35.09%
B=33.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332240.1100.040.09159.2337.1486.27
HexCFE9E0B0499f2556
Octal31735134013041123745126
Binary110011111110100111100000101101001001100111111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9E0; }

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

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

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

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

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

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

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

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