#CFEFE4

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

Shades of Humming Bird #CFEFE4

Tints of Humming Bird #CFEFE4

Color information

#CFEFE4 (or 0xCFEFE4) is unknown color: approx Humming Bird. HEX triplet: CF, EF and E4. RGB value is (207,239,228). Sum of RGB (Red+Green+Blue) = 207+239+228=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFE4 is #30101B. Grayscale: #E4E4E4. Windows color (decimal): -3149852 or 15003599. OLE color: 15003599.

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

Color convert

RGB207239228-
CMYK0.1300.050.06
HSL159.38º50%87.45%-
HSV(B)159.38º13.39%93.73%-
XYZ70.680.685.23-
YUV228.18127.9112.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.71%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=30.71%
G=35.46%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392280.1300.050.06159.385087.45
HexCFEFE4D0569f3257
Octal3173573441505623762127
Binary11001111111011111110010011010101110100111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFE4; }

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

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

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

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

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

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

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

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