#CFF3E8

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

Shades of Humming Bird #CFF3E8

Tints of Humming Bird #CFF3E8

Color information

#CFF3E8 (or 0xCFF3E8) is unknown color: approx Humming Bird. HEX triplet: CF, F3 and E8. RGB value is (207,243,232). Sum of RGB (Red+Green+Blue) = 207+243+232=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3E8 is #300C17. Grayscale: #E6E6E6. Windows color (decimal): -3148824 or 15266767. OLE color: 15266767.

HSL color Cylindrical-coordinate representation of color #CFF3E8: hue angle of 161.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3E8 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB207243232-
CMYK0.1500.050.05
HSL161.67º60%88.24%-
HSV(B)161.67º14.81%95.29%-
XYZ72.3583.1988.59-
YUV230.98128.57110.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 232 (91.02% from 255) = 34.02%
R=30.35%
G=35.63%
B=34.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072432320.1500.050.05161.676088.24
HexCFF3E8F055a23c58
Octal3173633501705524274130
Binary11001111111100111110100011110101101101000101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3E8; }

 p { color: rgb(207,243,232); }

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

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

 a { background-color: rgb(207,243,232); }

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

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

 span { border-color: rgb(207,243,232); }

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