#CFEBE4

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

Shades of Humming Bird #CFEBE4

Tints of Humming Bird #CFEBE4

Color information

#CFEBE4 (or 0xCFEBE4) is unknown color: approx Humming Bird. HEX triplet: CF, EB and E4. RGB value is (207,235,228). Sum of RGB (Red+Green+Blue) = 207+235+228=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE4 is #30141B. Grayscale: #E1E1E1. Windows color (decimal): -3150876 or 15002575. OLE color: 15002575.

HSL color Cylindrical-coordinate representation of color #CFEBE4: hue angle of 165º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBE4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB207235228-
CMYK0.1200.030.08
HSL165º41.18%86.67%-
HSV(B)165º11.91%92.16%-
XYZ69.4478.2884.85-
YUV225.83129.22114.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=30.90%
G=35.07%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352280.1200.030.0816541.1886.67
HexCFEBE4C038a52957
Octal31735334414031024551127
Binary11001111111010111110010011000111000101001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE4; }

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

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

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

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

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

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

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

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