#CFEFE6

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

Shades of Humming Bird #CFEFE6

Tints of Humming Bird #CFEFE6

Color information

#CFEFE6 (or 0xCFEFE6) is unknown color: approx Humming Bird. HEX triplet: CF, EF and E6. RGB value is (207,239,230). Sum of RGB (Red+Green+Blue) = 207+239+230=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFE6 is #301019. Grayscale: #E4E4E4. Windows color (decimal): -3149850 or 15134671. OLE color: 15134671.

HSL color Cylindrical-coordinate representation of color #CFEFE6: hue angle of 163.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFE6 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB207239230-
CMYK0.1300.040.06
HSL163.12º50%87.45%-
HSV(B)163.12º13.39%93.73%-
XYZ70.8880.7186.71-
YUV228.41128.9112.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.62%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=30.62%
G=35.36%
B=34.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392300.1300.040.06163.125087.45
HexCFEFE6D046a33257
Octal3173573461504624362127
Binary11001111111011111110011011010100110101000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFE6; }

 p { color: rgb(207,239,230); }

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

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

 a { background-color: rgb(207,239,230); }

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

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

 span { border-color: rgb(207,239,230); }

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